01 |
<?xml version="1.0" encoding="UTF-8"?> |
02 |
<anychart> |
03 |
<charts> |
04 |
<chart plot_type="Pie"> |
05 |
<data_plot_settings> |
06 |
<pie_series> |
07 |
<tooltip_settings enabled="true"> |
08 |
<format><![CDATA[{%SeriesName} - {%Name}]]></format> |
09 |
</tooltip_settings> |
10 |
<label_settings enabled="true"> |
11 |
<font size="14" color="Black" bold="true" /> |
12 |
<position anchor="Center" valign="Center" halign="Center" padding="0" /> |
13 |
<format><![CDATA[{%YPercentOfSeries}{numDecimals:2}%]]></format> |
14 |
</label_settings> |
15 |
</pie_series> |
16 |
</data_plot_settings> |
17 |
<styles> |
18 |
<pie_style name="style1"> |
19 |
<fill type="Solid" color="Gold" opacity="1" /> |
20 |
<border thickness="4" color="Rgb(86,86,26)" /> |
21 |
<hatch_fill enabled="True" type="DiagonalBrick" color="Gray" /> |
22 |
<effects> |
23 |
<bevel enabled="true" highlight_opacity="0.4" shadow_opacity="0.4" distance="2" /> |
24 |
<drop_shadow enabled="true" opacity="0.3" /> |
25 |
</effects> |
26 |
<states> |
27 |
<hover> |
28 |
<border color="DarkRed" thickness="6" /> |
29 |
<hatch_fill color="DarkRed" /> |
30 |
</hover> |
31 |
</states> |
32 |
</pie_style> |
33 |
<pie_style name="style2" parent="style1"> |
34 |
<fill color="Rgb(180,180,255)" /> |
35 |
</pie_style> |
36 |
<pie_style name="style3" parent="style1"> |
37 |
<fill color="Rgb(255,170,170)" /> |
38 |
</pie_style> |
39 |
</styles> |
40 |
<data> |
41 |
<series name="Year 2003" style="style1"> |
42 |
<label enabled="false" /> |
43 |
<tooltip> |
44 |
<format><![CDATA[{%SeriesName} - {%Name} - {%YPercentOfSeries}{numDecimals:2}%]]></format> |
45 |
</tooltip> |
46 |
<point name="Department Stores" y="637166" /> |
47 |
<point name="Discount Stores" y="721630" /> |
48 |
<point name="Men's/Women's Specialty Stores" y="148662" /> |
49 |
<point name="Juvenile Specialty Stores" y="78662" /> |
50 |
<point name="All other outlets" y="90000" /> |
51 |
</series> |
52 |
<series name="Year 2004" style="style2"> |
53 |
<point name="Department Stores" y="737166" style="style3" /> |
54 |
<point name="Discount Stores" y="537166" /> |
55 |
<point name="Men's/Women's Specialty Stores" y="188662" /> |
56 |
<point name="Juvenile Specialty Stores" y="178662" /> |
57 |
<point name="All other outlets" y="89000" /> |
58 |
</series> |
59 |
</data> |
60 |
<chart_settings> |
61 |
<title enabled="false" /> |
62 |
</chart_settings> |
63 |
</chart> |
64 |
</charts> |
65 |
</anychart> |