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 |
<chart_settings> |
09 |
<title enabled="true"> |
10 |
<text><![CDATA[Multi-Series: Logarithmic Y-Axis]]></text> |
11 |
</title> |
12 |
<axes> |
13 |
<x_axis> |
14 |
<title enabled="true"> |
15 |
<text><![CDATA[Arguments]]></text> |
16 |
</title> |
17 |
</x_axis> |
18 |
<y_axis> |
19 |
<scale minimum="1" type="Logarithmic" log_base="5" /> |
20 |
<title enabled="true"> |
21 |
<text><![CDATA[Values: {%AxisMin} - {%AxisMax}]]></text> |
22 |
</title> |
23 |
<labels> |
24 |
<format><![CDATA[{%Value}{numDecimals:0}]]></format> |
25 |
</labels> |
26 |
</y_axis> |
27 |
</axes> |
28 |
</chart_settings> |
29 |
<data_plot_settings default_series_type="Bar" enable_3d_mode="True" z_aspect="2"> |
30 |
<bar_series point_padding="0.2" group_padding="1"> |
31 |
<label_settings enabled="True" rotation="90"> |
32 |
<position anchor="Center" halign="Center" valign="Center" /> |
33 |
<format><![CDATA[{%Value}{numDecimals:0}]]></format> |
34 |
<font bold="False" color="White"> |
35 |
<effects> |
36 |
<drop_shadow enabled="True" opacity="0.5" distance="2" blur_x="1" blur_y="1" /> |
37 |
</effects> |
38 |
</font> |
39 |
<background enabled="False" /> |
40 |
</label_settings> |
41 |
<tooltip_settings enabled="True"> |
42 |
<format><![CDATA[Value: {%YValue}{numDecimals:2} |
43 |
Argument: {%Name}]]></format> |
44 |
<background> |
45 |
<border color="DarkColor(%Color)" /> |
46 |
<font> |
47 |
<effects enabled="true"> |
48 |
<drop_shadow enabled="true" color="Black" opacity="1" /> |
49 |
</effects> |
50 |
</font> |
51 |
</background> |
52 |
<font color="DarkColor(%Color)" /> |
53 |
</tooltip_settings> |
54 |
<bar_style> |
55 |
<states> |
56 |
<normal> |
57 |
<border color="DarkColor(%Color)" thickness="1" /> |
58 |
</normal> |
59 |
<hover> |
60 |
<border thickness="2" /> |
61 |
</hover> |
62 |
</states> |
63 |
</bar_style> |
64 |
</bar_series> |
65 |
</data_plot_settings> |
66 |
<data> |
67 |
<series name="Series 1"> |
68 |
<point name="P1" y="128.14" /> |
69 |
<point name="P2" y="112.61" /> |
70 |
<point name="P3" y="163.21" /> |
71 |
<point name="P4" y="229.98" /> |
72 |
</series> |
73 |
<series name="Series 2"> |
74 |
<point name="P1" y="2790.54" /> |
75 |
<point name="P2" y="4104.19" /> |
76 |
<point name="P3" y="3250.67" /> |
77 |
<point name="P4" y="5720.43" /> |
78 |
</series> |
79 |
<series name="Series 3"> |
80 |
<point name="P1" y="43.76" /> |
81 |
<point name="P2" y="61.34" /> |
82 |
<point name="P3" y="34.17" /> |
83 |
<point name="P4" y="45.72" /> |
84 |
</series> |
85 |
<series name="Series 4"> |
86 |
<point name="P1" y="122.56" /> |
87 |
<point name="P2" y="87.12" /> |
88 |
<point name="P3" y="54.32" /> |
89 |
<point name="P4" y="33.08" /> |
90 |
</series> |
91 |
</data> |
92 |
</chart> |
93 |
</charts> |
94 |
</anychart> |