01 |
<?xml version="1.0" encoding="UTF-8"?> |
02 |
<anychart> |
03 |
<charts> |
04 |
<chart plot_type="Pie"> |
05 |
<data_plot_settings enable_3d_mode="True"> |
06 |
<pie_series> |
07 |
<label_settings enabled="True"> |
08 |
<font color="White"> |
09 |
<effects> |
10 |
<drop_shadow enabled="True" /> |
11 |
</effects> |
12 |
</font> |
13 |
<position anchor="Center" valign="Center" halign="Center" padding="0" /> |
14 |
<format><![CDATA[{%YPercentOfSeries}{numDecimals:1}%]]></format> |
15 |
</label_settings> |
16 |
</pie_series> |
17 |
</data_plot_settings> |
18 |
<data> |
19 |
<series name="Year 2003" palette="Default"> |
20 |
<point name="Department Stores" y="637166" /> |
21 |
<point name="Discount Stores" y="721630" /> |
22 |
<point name="Men's/Women's Specialty Stores" y="148662" /> |
23 |
<point name="Juvenile Specialty Stores" y="78662" /> |
24 |
<point name="All other outlets" y="90000" /> |
25 |
</series> |
26 |
</data> |
27 |
<chart_settings> |
28 |
<title enabled="false" /> |
29 |
</chart_settings> |
30 |
</chart> |
31 |
</charts> |
32 |
</anychart> |