01 |
<?xml version="1.0" encoding="UTF-8"?> |
02 |
<anychart> |
03 |
<charts> |
04 |
<chart plot_type="CategorizedHorizontal"> |
05 |
<data_plot_settings default_series_type="Bar" enable_3d_mode="True" z_aspect="0.7" z_padding="0.3"> |
06 |
<bar_series group_padding="0.2"> |
07 |
<tooltip_settings enabled="True" /> |
08 |
</bar_series> |
09 |
</data_plot_settings> |
10 |
<chart_settings> |
11 |
<title> |
12 |
<text><![CDATA[Sales by years]]></text> |
13 |
</title> |
14 |
<axes> |
15 |
<y_axis position="Opposite"> |
16 |
<scale mode="Overlay" /> |
17 |
<title> |
18 |
<text><![CDATA[Sales]]></text> |
19 |
</title> |
20 |
<labels> |
21 |
<format><![CDATA[{%Value}{numDecimals:0}]]></format> |
22 |
</labels> |
23 |
</y_axis> |
24 |
<x_axis> |
25 |
<title> |
26 |
<text><![CDATA[Retail Channel]]></text> |
27 |
</title> |
28 |
<labels align="Inside" /> |
29 |
</x_axis> |
30 |
</axes> |
31 |
</chart_settings> |
32 |
<data> |
33 |
<series name="Year 2003"> |
34 |
<point name="Department Stores" y="637166" /> |
35 |
<point name="Discount Stores" y="721630" /> |
36 |
<point name="Men's/Women's Specialty Stores" y="148662" /> |
37 |
<point name="Juvenile Specialty Stores" y="78662" /> |
38 |
<point name="All other outlets" y="90000" /> |
39 |
</series> |
40 |
<series name="Year 2004"> |
41 |
<point name="Department Stores" y="737166" /> |
42 |
<point name="Discount Stores" y="537166" /> |
43 |
<point name="Men's/Women's Specialty Stores" y="188662" /> |
44 |
<point name="Juvenile Specialty Stores" y="178662" /> |
45 |
<point name="All other outlets" y="89000" /> |
46 |
</series> |
47 |
</data> |
48 |
</chart> |
49 |
</charts> |
50 |
</anychart> |