01 |
<?xml version="1.0" encoding="UTF-8"?> |
02 |
<anychart> |
03 |
<charts> |
04 |
<chart plot_type="Doughnut"> |
05 |
<data_plot_settings> |
06 |
<pie_series style="Aqua"> |
07 |
<tooltip_settings enabled="true" /> |
08 |
<label_settings enabled="true" mode="outside"> |
09 |
<background enabled="false" /> |
10 |
<format><![CDATA[{%Name} - {%YPercentOfSeries}{numDecimals:2}%]]></format> |
11 |
</label_settings> |
12 |
</pie_series> |
13 |
</data_plot_settings> |
14 |
<data> |
15 |
<series name="Year 2003" palette="Default"> |
16 |
<point name="Department Stores" y="637166" /> |
17 |
<point name="Discount Stores" y="721630" /> |
18 |
<point name="Men's/Women's Specialty Stores" y="148662" /> |
19 |
<point name="Juvenile Specialty Stores" y="78662" /> |
20 |
<point name="All other outlets" y="90000" /> |
21 |
</series> |
22 |
</data> |
23 |
<chart_settings> |
24 |
<title enabled="false" /> |
25 |
</chart_settings> |
26 |
</chart> |
27 |
</charts> |
28 |
</anychart> |