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"> |
06 |
<bar_series> |
07 |
<tooltip_settings enabled="true"> |
08 |
<font bold="false" /> |
09 |
<format><![CDATA[Chanel: {%Name} |
10 |
Sales: {%YValue} |
11 |
Period: {%SeriesName} |
12 |
Percent: {%YPercentOfSeries}{numDecimal:2}% |
13 |
]]></format> |
14 |
</tooltip_settings> |
15 |
<label_settings enabled="true" rotation="0"> |
16 |
<position anchor="Top" halign="Center" valign="Top" /> |
17 |
<format><![CDATA[{%Value}{numDecimals:0}]]></format> |
18 |
<background enabled="False" /> |
19 |
</label_settings> |
20 |
</bar_series> |
21 |
</data_plot_settings> |
22 |
<data> |
23 |
<series name="Year 2003"> |
24 |
<point name="Department Stores" y="637166" /> |
25 |
<point name="Discount Stores" y="721630" /> |
26 |
<point name="Men's/Women's Specialty Stores" y="148662" /> |
27 |
<point name="Juvenile Specialty Stores" y="78662" /> |
28 |
<point name="All other outlets" y="90000" /> |
29 |
</series> |
30 |
<series name="Year 2004"> |
31 |
<point name="Department Stores" y="737166" /> |
32 |
<point name="Discount Stores" y="537166" /> |
33 |
<point name="Men's/Women's Specialty Stores" y="188662" /> |
34 |
<point name="Juvenile Specialty Stores" y="178662" /> |
35 |
<point name="All other outlets" y="89000" /> |
36 |
</series> |
37 |
</data> |
38 |
<chart_settings> |
39 |
<title enabled="false" /> |
40 |
<axes> |
41 |
<y_axis position="Opposite"> |
42 |
<scale minimum="0" /> |
43 |
<title> |
44 |
<text><![CDATA[Sales]]></text> |
45 |
</title> |
46 |
<labels> |
47 |
<format><![CDATA[{%Value}{numDecimals:0}]]></format> |
48 |
</labels> |
49 |
</y_axis> |
50 |
<x_axis> |
51 |
<title> |
52 |
<text><![CDATA[Retail Channel]]></text> |
53 |
</title> |
54 |
<labels align="Inside" /> |
55 |
</x_axis> |
56 |
</axes> |
57 |
</chart_settings> |
58 |
</chart> |
59 |
</charts> |
60 |
</anychart> |