01 |
<?xml version="1.0" encoding="UTF-8"?> |
02 |
<anychart> |
03 |
<settings> |
04 |
<animation enabled="True" /> |
05 |
</settings> |
06 |
<charts> |
07 |
<chart plot_type="CategorizedHorizontal"> |
08 |
<data_plot_settings default_series_type="Bar"> |
09 |
<bar_series group_padding="0.3" style="AquaLight"> |
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 |
<background> |
22 |
<border color="DarkColor(%Color)" /> |
23 |
</background> |
24 |
<format><![CDATA[ |
25 |
Name: {%Name} |
26 |
Value: {%YValue}{numDecimals:2} |
27 |
Ratio: {%YPercentOfCategory}{numDecimals:1}% |
28 |
]]></format> |
29 |
</tooltip_settings> |
30 |
<bar_style> |
31 |
<fill opacity="1" /> |
32 |
<states> |
33 |
<hover color="White" /> |
34 |
</states> |
35 |
</bar_style> |
36 |
</bar_series> |
37 |
</data_plot_settings> |
38 |
<chart_settings> |
39 |
<title enabled="true"> |
40 |
<text><![CDATA[Multi-Series: Stacked with AquaLight style]]></text> |
41 |
</title> |
42 |
<axes> |
43 |
<y_axis position="Opposite"> |
44 |
<scale mode="Stacked" /> |
45 |
</y_axis> |
46 |
</axes> |
47 |
</chart_settings> |
48 |
<data> |
49 |
<series name="Series 1"> |
50 |
<point name="P1" y="297" /> |
51 |
<point name="P2" y="184" /> |
52 |
<point name="P3" y="136" /> |
53 |
<point name="P4" y="142" /> |
54 |
<point name="P5" y="228" /> |
55 |
</series> |
56 |
<series name="Series 2"> |
57 |
<point name="P1" y="243" /> |
58 |
<point name="P2" y="255" /> |
59 |
<point name="P3" y="199" /> |
60 |
<point name="P4" y="186" /> |
61 |
<point name="P5" y="145" /> |
62 |
</series> |
63 |
<series name="Series 3"> |
64 |
<point name="P1" y="235" /> |
65 |
<point name="P2" y="156" /> |
66 |
<point name="P3" y="177" /> |
67 |
<point name="P4" y="242" /> |
68 |
<point name="P5" y="267" /> |
69 |
</series> |
70 |
<series name="Series 4"> |
71 |
<point name="P1" y="223" /> |
72 |
<point name="P2" y="249" /> |
73 |
<point name="P3" y="276" /> |
74 |
<point name="P4" y="249" /> |
75 |
<point name="P5" y="297" /> |
76 |
</series> |
77 |
</data> |
78 |
</chart> |
79 |
</charts> |
80 |
</anychart> |