01 |
<?xml version="1.0" encoding="UTF-8"?> |
02 |
<anychart> |
03 |
<charts> |
04 |
<chart plot_type="Pie"> |
05 |
<data_plot_settings default_series_type="Bar"> |
06 |
<pie_series style="default"> |
07 |
<tooltip_settings enabled="True"> |
08 |
<font bold="false" /> |
09 |
<format><![CDATA[Channel: {%Name} |
10 |
Sales: {%YValue}$ |
11 |
Period: {%SeriesName} |
12 |
]]></format> |
13 |
</tooltip_settings> |
14 |
<label_settings enabled="true" rotation="0"> |
15 |
<position anchor="Center" halign="Center" valign="Center" padding="60" /> |
16 |
<format><![CDATA[{%YPercentOfSeries}{numDecimals:2}%]]></format> |
17 |
<font bold="true" size="12" color="Black"> |
18 |
<effects> |
19 |
<drop_shadow enabled="True" opacity="0.3" distance="2" /> |
20 |
</effects> |
21 |
</font> |
22 |
<background enabled="False" /> |
23 |
</label_settings> |
24 |
</pie_series> |
25 |
</data_plot_settings> |
26 |
<data> |
27 |
<series name="Year 2003" palette="Default"> |
28 |
<point name="Department Stores" y="637166" /> |
29 |
<point name="Discount Stores" y="721630" /> |
30 |
<point name="Men's/Women's Specialty Stores" y="148662" /> |
31 |
<point name="Juvenile Specialty Stores" y="78662" /> |
32 |
<point name="All other outlets" y="90000" /> |
33 |
</series> |
34 |
</data> |
35 |
<chart_settings> |
36 |
<title enabled="false" /> |
37 |
</chart_settings> |
38 |
</chart> |
39 |
</charts> |
40 |
</anychart> |