01 <?xml version="1.0" encoding="UTF-8"?>
02 <anychart>
03   <charts>
04     <chart plot_type="Radar">
05       <chart_settings>
06         <title enabled="true">
07           <text><![CDATA[Comparison Chart]]></text>
08         </title>
09         <footer enabled="true" align="Center">
10           <background enabled="false" />
11           <font render_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             <scale minimum="-0.2" maximum="1" />
17           </y_axis>
18           <x_axis>
19             <labels padding="5">
20               <font bold="false" />
21             </labels>
22           </x_axis>
23         </axes>
24         <legend enabled="true" position="Bottom" align="Center">
25           <title enabled="false" />
26           <icon type="Box" />
27         </legend>
28       </chart_settings>
29       <data_plot_settings>
30         <radar />
31       </data_plot_settings>
32       <styles>
33         <tooltip_style name="idGeneralTooltip">
34           <font render_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             <corners type="Rounded" all="3" />
38             <inside_margin left="5" top="2" right="5" bottom="2" />
39           </background>
40         </tooltip_style>
41       </styles>
42       <data>
43         <series name="USA" type="Line">
44           <tooltip enabled="true" style="idGeneralTooltip" />
45           <point name="GDP" y="1" />
46           <point name="GDP Real Growth Rate" y="0.3666666666666667" />
47           <point name="Infant Mortality" y="0.06578947368421052" />
48           <point name="Life Expectancy" y="0.9576093653727663" />
49           <point name="Population" y="0.22638827767366515" />
50           <point name="Area" y="0.5390698290165805" />
51           <point name="Density" y="0.02995156531259858" />
52           <point name="Population Growth Rate" y="0.3087248322147651" />
53         </series>
54         <series name="Russia" type="Line">
55           <tooltip enabled="true" style="idGeneralTooltip" />
56           <point name="GDP" y="0.11982978723404256" />
57           <point name="GDP Real Growth Rate" y="0.5583333333333333" />
58           <point name="Infant Mortality" y="0.15576923076923077" />
59           <point name="Life Expectancy" y="0.8268638324091188" />
60           <point name="Population" y="0.10979008847837246" />
61           <point name="Area" y="1" />
62           <point name="Density" y="0.00783120233080335" />
63           <point name="Population Growth Rate" y="-0.12416107382550336" />
64         </series>
65         <series name="China" type="Line">
66           <tooltip enabled="true" style="idGeneralTooltip" />
67           <point name="GDP" y="0.6180425531914894" />
68           <point name="GDP Real Growth Rate" y="0.7583333333333333" />
69           <point name="Infant Mortality" y="0.24473684210526317" />
70           <point name="Life Expectancy" y="0.8905730129390017" />
71           <point name="Population" y="1" />
72           <point name="Area" y="0.5487479259581779" />
73           <point name="Density" y="0.1299664111937944" />
74           <point name="Population Growth Rate" y="0.19463087248322147" />
75         </series>
76       </data>
77     </chart>
78   </charts>
79 </anychart>