01 |
<?xml version="1.0" encoding="UTF-8"?> |
02 |
<anychart> |
03 |
<charts> |
04 |
<chart plot_type="Doughnut"> |
05 |
<data_plot_settings> |
06 |
<pie_series apply_palettes_to="Points"> |
07 |
<pie_style> |
08 |
<effects enabled="false" /> |
09 |
</pie_style> |
10 |
<tooltip_settings enabled="true"> |
11 |
<format><![CDATA[{%SeriesName} - {%Name} - {%YPercentOfSeries}{numDecimals:2}%]]></format> |
12 |
</tooltip_settings> |
13 |
<label_settings enabled="True"> |
14 |
<font color="White"> |
15 |
<effects> |
16 |
<drop_shadow enabled="True" /> |
17 |
</effects> |
18 |
</font> |
19 |
<position anchor="Center" valign="Center" halign="Center" padding="0" /> |
20 |
<format><![CDATA[{%YPercentOfSeries}{numDecimals:1}%]]></format> |
21 |
</label_settings> |
22 |
</pie_series> |
23 |
</data_plot_settings> |
24 |
<data> |
25 |
<series name="Year 2003"> |
26 |
<point name="Department Stores" y="637166" /> |
27 |
<point name="Discount Stores" y="721630" /> |
28 |
<point name="Men's/Women's Specialty Stores" y="148662" /> |
29 |
<point name="Juvenile Specialty Stores" y="78662" /> |
30 |
<point name="All other outlets" y="90000" /> |
31 |
</series> |
32 |
<series name="Year 2004"> |
33 |
<point name="Department Stores" y="737166" /> |
34 |
<point name="Discount Stores" y="537166" /> |
35 |
<point name="Men's/Women's Specialty Stores" y="188662" /> |
36 |
<point name="Juvenile Specialty Stores" y="178662" /> |
37 |
<point name="All other outlets" y="89000" /> |
38 |
</series> |
39 |
</data> |
40 |
<chart_settings> |
41 |
<legend enabled="true" /> |
42 |
<title enabled="false" /> |
43 |
</chart_settings> |
44 |
</chart> |
45 |
</charts> |
46 |
</anychart> |