| 01 | <?xml version="1.0" encoding="UTF-8"?> | 
| 02 | <anychart> | 
| 03 |   <charts> | 
| 04 |     <chartplot_type="Radar"> | 
| 05 |       <chart_settings> | 
| 06 |         <titleenabled="true"> | 
| 07 |           <text><![CDATA[Comparison Chart]]></text> | 
| 08 |         </title> | 
| 09 |         <footerenabled="true"align="Center"> | 
| 10 |           <backgroundenabled="false" /> | 
| 11 |           <fontrender_as_html="true" /> | 
| 12 |           <text><![CDATA[<font face="Tahoma" size="10" color="#444444">This chart compares countries by using specific indicators. <br/>For each indicator, the value 1 is assigned to the country that has the highest value. <br/>Other countries have their value computed as a proportion of the country with the highest value.</b>]]></text> | 
| 13 |         </footer> | 
| 14 |         <axes> | 
| 15 |           <y_axis> | 
| 16 |             <scaleminimum="-0.2"maximum="1" /> | 
| 17 |           </y_axis> | 
| 18 |           <x_axis> | 
| 19 |             <labelspadding="5"> | 
| 20 |               <fontbold="false" /> | 
| 21 |             </labels> | 
| 22 |           </x_axis> | 
| 23 |         </axes> | 
| 24 |         <legendenabled="true"position="Bottom"align="Center"> | 
| 25 |           <titleenabled="false" /> | 
| 26 |           <icontype="Box" /> | 
| 27 |         </legend> | 
| 28 |       </chart_settings> | 
| 29 |       <data_plot_settings> | 
| 30 |         <radar /> | 
| 31 |       </data_plot_settings> | 
| 32 |       <styles> | 
| 33 |         <tooltip_stylename="idGeneralTooltip"> | 
| 34 |           <fontrender_as_html="true" /> | 
| 35 |           <format><![CDATA[<font color="{%Color}" size="12">■ </font><b><font face="Verdana" color="{%Color}">{%SeriesName}</font> <font face="Verdana" size="9"></b> {%Name}: {%YValue}{numDecimals:2,trailingZeros:false}</font>]]></format> | 
| 36 |           <background> | 
| 37 |             <cornerstype="Rounded"all="3" /> | 
| 38 |             <inside_marginleft="5"top="2"right="5"bottom="2" /> | 
| 39 |           </background> | 
| 40 |         </tooltip_style> | 
| 41 |       </styles> | 
| 42 |       <data> | 
| 43 |         <seriesname="USA"type="Line"> | 
| 44 |           <tooltipenabled="true"style="idGeneralTooltip" /> | 
| 45 |           <pointname="GDP"y="1" /> | 
| 46 |           <pointname="GDP Real Growth Rate"y="0.3666666666666667" /> | 
| 47 |           <pointname="Infant Mortality"y="0.06578947368421052" /> | 
| 48 |           <pointname="Life Expectancy"y="0.9576093653727663" /> | 
| 49 |           <pointname="Population"y="0.22638827767366515" /> | 
| 50 |           <pointname="Area"y="0.5390698290165805" /> | 
| 51 |           <pointname="Density"y="0.02995156531259858" /> | 
| 52 |           <pointname="Population Growth Rate"y="0.3087248322147651" /> | 
| 53 |         </series> | 
| 54 |         <seriesname="Russia"type="Line"> | 
| 55 |           <tooltipenabled="true"style="idGeneralTooltip" /> | 
| 56 |           <pointname="GDP"y="0.11982978723404256" /> | 
| 57 |           <pointname="GDP Real Growth Rate"y="0.5583333333333333" /> | 
| 58 |           <pointname="Infant Mortality"y="0.15576923076923077" /> | 
| 59 |           <pointname="Life Expectancy"y="0.8268638324091188" /> | 
| 60 |           <pointname="Population"y="0.10979008847837246" /> | 
| 61 |           <pointname="Area"y="1" /> | 
| 62 |           <pointname="Density"y="0.00783120233080335" /> | 
| 63 |           <pointname="Population Growth Rate"y="-0.12416107382550336" /> | 
| 64 |         </series> | 
| 65 |         <seriesname="China"type="Line"> | 
| 66 |           <tooltipenabled="true"style="idGeneralTooltip" /> | 
| 67 |           <pointname="GDP"y="0.6180425531914894" /> | 
| 68 |           <pointname="GDP Real Growth Rate"y="0.7583333333333333" /> | 
| 69 |           <pointname="Infant Mortality"y="0.24473684210526317" /> | 
| 70 |           <pointname="Life Expectancy"y="0.8905730129390017" /> | 
| 71 |           <pointname="Population"y="1" /> | 
| 72 |           <pointname="Area"y="0.5487479259581779" /> | 
| 73 |           <pointname="Density"y="0.1299664111937944" /> | 
| 74 |           <pointname="Population Growth Rate"y="0.19463087248322147" /> | 
| 75 |         </series> | 
| 76 |       </data> | 
| 77 |     </chart> | 
| 78 |   </charts> | 
| 79 | </anychart> |