01 |
<?xml version="1.0" encoding="UTF-8"?> |
02 |
<anychart> |
03 |
<settings> |
04 |
<animation enabled="True" /> |
05 |
</settings> |
06 |
<charts> |
07 |
<chart plot_type="CategorizedVertical"> |
08 |
<data_plot_settings default_series_type="Bar"> |
09 |
<bar_series point_padding="0" group_padding="0.5"> |
10 |
<label_settings enabled="true"> |
11 |
<background enabled="false" /> |
12 |
<position anchor="Center" valign="Center" halign="Center" /> |
13 |
<font color="White" bold="true"> |
14 |
<effects> |
15 |
<drop_shadow enabled="true" distance="1" angle="45" blur_x="1.5" blur_y="1.5" strength="2" opacity="0.5" /> |
16 |
</effects> |
17 |
</font> |
18 |
<format><![CDATA[{%Value}{numDecimals:0}]]></format> |
19 |
</label_settings> |
20 |
<tooltip_settings enabled="True"> |
21 |
<format><![CDATA[ |
22 |
Name: {%Name} |
23 |
Value: {%YValue}{numDecimals:2} |
24 |
Ratio: {%YPercentOfCategory}{numDecimals:1}% |
25 |
]]></format> |
26 |
</tooltip_settings> |
27 |
</bar_series> |
28 |
</data_plot_settings> |
29 |
<chart_settings> |
30 |
<title enabled="true"> |
31 |
<text><![CDATA[Multi-Series: Stacked by Groups]]></text> |
32 |
</title> |
33 |
<axes> |
34 |
<y_axis position="Normal"> |
35 |
<scale mode="Stacked" /> |
36 |
<labels> |
37 |
<format><![CDATA[{%Value}{numDecimals:0}]]></format> |
38 |
</labels> |
39 |
</y_axis> |
40 |
<extra_y_axis_1 enabled="false"> |
41 |
<scale mode="Stacked" maximum="900" /> |
42 |
</extra_y_axis_1> |
43 |
</axes> |
44 |
</chart_settings> |
45 |
<data> |
46 |
<series name="Series 1"> |
47 |
<point name="P1" y="297" /> |
48 |
<point name="P2" y="184" /> |
49 |
<point name="P3" y="136" /> |
50 |
<point name="P4" y="142" /> |
51 |
<point name="P5" y="228" /> |
52 |
</series> |
53 |
<series name="Series 2"> |
54 |
<point name="P1" y="243" /> |
55 |
<point name="P2" y="255" /> |
56 |
<point name="P3" y="199" /> |
57 |
<point name="P4" y="186" /> |
58 |
<point name="P5" y="145" /> |
59 |
</series> |
60 |
<series name="Series 3"> |
61 |
<point name="P1" y="235" /> |
62 |
<point name="P2" y="156" /> |
63 |
<point name="P3" y="177" /> |
64 |
<point name="P4" y="242" /> |
65 |
<point name="P5" y="267" /> |
66 |
</series> |
67 |
<series name="Series 4" y_axis="extra_y_axis_1"> |
68 |
<point name="P1" y="223" /> |
69 |
<point name="P2" y="249" /> |
70 |
<point name="P3" y="276" /> |
71 |
<point name="P4" y="249" /> |
72 |
<point name="P5" y="297" /> |
73 |
</series> |
74 |
<series name="Series 5" y_axis="extra_y_axis_1" color="DarkSeaGreen"> |
75 |
<point name="P1" y="323" /> |
76 |
<point name="P2" y="349" /> |
77 |
<point name="P3" y="376" /> |
78 |
<point name="P4" y="349" /> |
79 |
<point name="P5" y="397" /> |
80 |
</series> |
81 |
</data> |
82 |
</chart> |
83 |
</charts> |
84 |
</anychart> |