I am trying to show the process of proposal on a graph may be it is called "Bull's Eye". Please have a look at the graph.
I have 7 companies that I sent the RFP to. My RFP process has 6 stages. Each stage is shown by a circle. I want to label each circle as shown in the image.I also want to draw a line under the company name and connect it to the point on the circle indicating in what stage is this particular company. The company name can be shifted to make drawing easy. I did draw the circles and companies but I got stuck.
Here is my code
\definecolor{forestgreen}{RGB}{60,127,50}
\definecolor{orange}{RGB}{255,109,0}
\definecolor{insightly}{RGB}{255,74,0}
\definecolor{minbelow}{RGB}{167,116,16}
\definecolor{xyellow}{RGB}{205,205,0}
\definecolor{purple}{RGB}{109,2,146}
\definecolor{blue}{RGB}{19,19,202}
\def\mybs{.55cm}
\def\radiuss{\mybs+.1cm*.55cm}
\def\mcs{.55cm}
\def\mybf{.55cm}
\def\radiusf{\mybf+.1cm*.55cm}
\def\mcf{.55cm}
\begin{tikzpicture}
\draw[green] (0,0) circle (\mybf+.05cm*\mcf);
\draw[xyellow] (0,0) circle (\mybf+.1cm*\mcf);
\draw[yellow] (0,0) circle (\mybf+.15cm*\mcf);
\draw[orange] (0,0) circle (\mybf+.2cm*\mcf);%
\draw[red!70] (0,0) circle (\mybf+.25cm*\mcf);
\draw[red] (0,0) circle (\mybf+.3cm*\mcf);
\draw[fill=forestgreen] (0,0) circle (.02mm);
\draw[decoration={text along path,text={RFP Submission},text align={center},text color={red}},decorate] (0.3,3.3) to [bend left=110] (2.8,1.9);
\draw[decoration={text along path, text={Contract},text align={center},text color={forestgreen}},decorate] (-1.9,1.0) to [bend left=45](-.9,2);
\draw[decoration={text along path, text={Contract},text align={center},text color={forestgreen}},decorate] (-1.9,1.0) to [bend left=45](-.9,2);
\draw[decoration={text along path,text={|\small|Award},text align={center},text color={green}},decorate] (-2,-.9) to [bend left=75] (1,.9);
\draw[decoration={text along path,text={|\small|Award},text align={center},text color={green}},decorate] (-2,-.9) to [bend left=75] (1,.9);
\node[draw, circle, inner sep=.2mm] (a) at (0,0) {};
\draw[decoration={text along path, text={Contract},text align={center},text color={forestgreen}},decorate] (-1.9,1.0) to [bend left=45](-.9,2);
\draw[decoration={text along path,text={|\small|Award},text align={center},text color={green}},decorate] (-2,-.9) to [bend left=75] (1,.9);
\foreach \x [count=\xi] in {360, 309, ..., 51}
{
\draw[thin, gray!40] (a) -- (\x:\radiusf+89);
}
\def\shi{4.3cm};
\def\ashi{0};
\draw (360:\radiusf+\shi) node at (360+\ashi:\radiusf+\shi) {Company 1};
\draw (309:\radiusf+\shi) node at (309+\ashi:\radiusf+\shi) {Company 2};
\draw (257:\radiusf+\shi) node at (257+\ashi:\radiusf+\shi) {Company 3};
\draw (206:\radiusf+\shi) node at (206+\ashi:\radiusf+\shi) {Company 4};
\draw (154:\radiusf+\shi) node at (154+\ashi:\radiusf+\shi) {Company 5};
\draw (103:\radiusf+\shi) node at (103+\ashi:\radiusf+\shi) {Company 6};
\draw (051:\radiusf+\shi) node at (051+\ashi:\radiusf+\shi) {Company 7};
\def\angle{360/10};
\end{tikzpicture}
I edit the code below to show the full code
\documentclass[a4paper,12pt,titlepage,twoside,final,openany]{book}
\usepackage{tikz}
\begin{document}
\usetikzlibrary{decorations.text}
\usetikzlibrary{arrows}
\usetikzlibrary{intersections, calc, fpu, decorations.pathreplacing}
\definecolor{forestgreen}{RGB}{60,127,50}
\definecolor{orange}{RGB}{255,109,0}
\definecolor{insightly}{RGB}{255,74,0}
\definecolor{minbelow}{RGB}{167,116,16}
\definecolor{xyellow}{RGB}{205,205,0}
\definecolor{purple}{RGB}{109,2,146}
\definecolor{blue}{RGB}{19,19,202}
\def\mybs{.55cm}
\def\radiuss{\mybs+.1cm*.55cm}
\def\mcs{.55cm}
\def\mybf{.55cm}
\def\radiusf{\mybf+.1cm*.55cm}
\def\mcf{.55cm}
\begin{tikzpicture}
\draw[green] (0,0) circle (\mybf+.05cm*\mcf);
\draw[xyellow] (0,0) circle (\mybf+.1cm*\mcf);
\draw[yellow] (0,0) circle (\mybf+.15cm*\mcf);
\draw[orange] (0,0) circle (\mybf+.2cm*\mcf);
\draw[red!70] (0,0) circle (\mybf+.25cm*\mcf);
\draw[red] (0,0) circle (\mybf+.3cm*\mcf);
\draw[fill=forestgreen] (0,0) circle (.02mm);
\draw[decoration={text along path,text={RFP Submission},text align={center},text color={red}},decorate] (0.3,3.3) to [bend left=110] (2.8,1.9);
\draw[decoration={text along path, text={Contract},text align={center},text color={forestgreen}},decorate] (-1.9,1.0) to [bend left=45](-.9,2);
\draw[decoration={text along path, text={Contract},text align={center},text color={forestgreen}},decorate] (-1.9,1.0) to [bend left=45](-.9,2);
\draw[decoration={text along path,text={|\small|Award},text align={center},text color={green}},decorate] (-2,-.9) to [bend left=75] (1,.9);
\draw[decoration={text along path,text={|\small|Award},text align={center},text color={green}},decorate] (-2,-.9) to [bend left=75] (1,.9);
\node[draw, circle, inner sep=.2mm] (a) at (0,0) {};
\draw[decoration={text along path, text={Contract},text align={center},text color={forestgreen}},decorate] (-1.9,1.0) to [bend left=45](-.9,2);
\draw[decoration={text along path,text={|\small|Award},text align={center},text color={green}},decorate] (-2,-.9) to [bend left=75] (1,.9);
\foreach \x [count=\xi] in {360, 309, ..., 51}
{
\draw[thin, gray!40] (a) -- (\x:\radiusf+89);
}
\def\shi{4.3cm};
\def\ashi{0};
\draw (360:\radiusf+\shi) node at (360+\ashi:\radiusf+\shi) {Company 1};
\draw (309:\radiusf+\shi) node at (309+\ashi:\radiusf+\shi) {Company 2};
\draw (257:\radiusf+\shi) node at (257+\ashi:\radiusf+\shi) {Company 3};
\draw (206:\radiusf+\shi) node at (206+\ashi:\radiusf+\shi) {Company 4};
\draw (154:\radiusf+\shi) node at (154+\ashi:\radiusf+\shi) {Company 5};
\draw (103:\radiusf+\shi) node at (103+\ashi:\radiusf+\shi) {Company 6};
\draw (051:\radiusf+\shi) node at (051+\ashi:\radiusf+\shi) {Company 7};
\def\angle{360/10};
\end{tikzpicture}
\end{document}


