01 |
<?xml version="1.0" encoding="UTF-8"?> |
02 |
<anychart> |
03 |
<charts> |
04 |
<chart plot_type="CategorizedBySeriesHorizontal"> |
05 |
<data_plot_settings default_series_type="Bar" enable_3d_mode="True"> |
06 |
<bar_series> |
07 |
<label_settings enabled="true"> |
08 |
<position anchor="XAxis" /> |
09 |
<format><![CDATA[{%CategoryName}]]></format> |
10 |
<background enabled="false" /> |
11 |
<font bold="false" /> |
12 |
</label_settings> |
13 |
<tooltip_settings enabled="True" /> |
14 |
</bar_series> |
15 |
</data_plot_settings> |
16 |
<chart_settings> |
17 |
<title> |
18 |
<text><![CDATA[Sales by years]]></text> |
19 |
</title> |
20 |
<axes> |
21 |
<y_axis position="right"> |
22 |
<title> |
23 |
<text><![CDATA[Sales]]></text> |
24 |
</title> |
25 |
<labels> |
26 |
<format><![CDATA[{%Value}{numDecimals:0}]]></format> |
27 |
</labels> |
28 |
</y_axis> |
29 |
<x_axis> |
30 |
<labels display_mode="Rotated" rotation="90" /> |
31 |
<title> |
32 |
<text><![CDATA[Retail Channel]]></text> |
33 |
</title> |
34 |
</x_axis> |
35 |
</axes> |
36 |
</chart_settings> |
37 |
<data> |
38 |
<series name="Year 2003"> |
39 |
<point name="Department Stores" y="637166" /> |
40 |
<point name="Discount Stores" y="721630" /> |
41 |
<point name="Men's/Women's Specialty Stores" y="148662" /> |
42 |
<point name="Juvenile Specialty Stores" y="78662" /> |
43 |
<point name="All other outlets" y="90000" /> |
44 |
</series> |
45 |
<series name="Year 2004"> |
46 |
<point name="Department Stores" y="737166" /> |
47 |
<point name="Discount Stores" y="537166" /> |
48 |
<point name="Men's/Women's Specialty Stores" y="188662" /> |
49 |
<point name="Juvenile Specialty Stores" y="178662" /> |
50 |
<point name="All other outlets" y="89000" /> |
51 |
</series> |
52 |
</data> |
53 |
</chart> |
54 |
</charts> |
55 |
</anychart> |