01 <?xml version="1.0" encoding="UTF-8"?>
02 <anychart>
03   <charts>
04     <chart plot_type="Radar">
05       <chart_settings>
06         <title>
07           <text><![CDATA[WoW base stats comparison radar chart: Shaman vs Warrior vs Priest]]></text>
08         </title>
09         <legend enabled="true">
10           <title enabled="false" />
11           <icon type="Box" />
12         </legend>
13         <axes>
14           <x_axis>
15             <labels padding="10" />
16           </x_axis>
17         </axes>
18       </chart_settings>
19       <styles>
20         <tooltip_style name="idTooltipStyle">
21           <format><![CDATA[{%SeriesName}
22 {%Name}: {%Value}{trailingZeros:false}]]></format>
23           <background>
24             <inside_margin left="5" top="2" right="5" bottom="2" />
25             <corners type="Rounded" all="3" />
26           </background>
27         </tooltip_style>
28       </styles>
29       <data>
30         <series type="Line">
31           <name><![CDATA[Shaman]]></name>
32           <tooltip enabled="true" style="idTooltipStyle" />
33           <point name="Strength" y="136" />
34           <point name="Agility" y="79" />
35           <point name="Stamina" y="149" />
36           <point name="Intellect" y="135" />
37           <point name="Spirit" y="158" />
38         </series>
39         <series type="Line">
40           <name><![CDATA[Warrior]]></name>
41           <tooltip enabled="true" style="idTooltipStyle" />
42           <point name="Strength" y="199" />
43           <point name="Agility" y="125" />
44           <point name="Stamina" y="173" />
45           <point name="Intellect" y="33" />
46           <point name="Spirit" y="64" />
47         </series>
48         <series type="Line">
49           <name><![CDATA[Priest]]></name>
50           <tooltip enabled="true" style="idTooltipStyle" />
51           <point name="Strength" y="43" />
52           <point name="Agility" y="56" />
53           <point name="Stamina" y="101" />
54           <point name="Intellect" y="202" />
55           <point name="Spirit" y="196" />
56         </series>
57       </data>
58     </chart>
59   </charts>
60 </anychart>