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[Single-Series: Area with Logarithmic Y-Axis]]></text> |
11 |
</title> |
12 |
<axes> |
13 |
<x_axis tickmarks_placement="Center"> |
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: {%Min} - {%Max}]]></text> |
22 |
</title> |
23 |
</y_axis> |
24 |
</axes> |
25 |
</chart_settings> |
26 |
<data_plot_settings default_series_type="Area"> |
27 |
<area_series point_padding="0.2" group_padding="1"> |
28 |
<label_settings enabled="true"> |
29 |
<background enabled="false" /> |
30 |
<font color="Rgb(45,45,45)" bold="true" size="9"> |
31 |
<effects enabled="true"> |
32 |
<glow enabled="true" color="White" opacity="1" blur_x="1.5" blur_y="1.5" strength="3" /> |
33 |
</effects> |
34 |
</font> |
35 |
<format><![CDATA[{%YValue}{numDecimals:0}]]></format> |
36 |
</label_settings> |
37 |
<tooltip_settings enabled="True"> |
38 |
<format><![CDATA[Value: {%YValue}{numDecimals:2} |
39 |
Argument: {%Name}]]></format> |
40 |
<background> |
41 |
<border color="DarkColor(%Color)" /> |
42 |
<font /> |
43 |
</background> |
44 |
<font color="DarkColor(%Color)" /> |
45 |
</tooltip_settings> |
46 |
<area_style> |
47 |
<line enabled="true" color="DarkColor(%Color)" /> |
48 |
<fill color="%Color" opacity="0.8" /> |
49 |
<states> |
50 |
<hover> |
51 |
<fill color="LightColor(%Color)" /> |
52 |
</hover> |
53 |
</states> |
54 |
</area_style> |
55 |
<marker_settings enabled="true" /> |
56 |
</area_series> |
57 |
</data_plot_settings> |
58 |
<data> |
59 |
<series name="Series 1"> |
60 |
<point name="P1" y="128.14" /> |
61 |
<point name="P2" y="112.61" /> |
62 |
<point name="P3" y="163.21" /> |
63 |
<point name="P4" y="229.98" /> |
64 |
<point name="P5" y="2790.54" /> |
65 |
<point name="P6" y="4104.19" /> |
66 |
<point name="P7" y="3250.67" /> |
67 |
<point name="P8" y="5720.43" /> |
68 |
<point name="P9" y="43.76" /> |
69 |
<point name="P10" y="61.34" /> |
70 |
<point name="P11" y="34.17" /> |
71 |
<point name="P12" y="45.72" /> |
72 |
<point name="P13" y="122.56" /> |
73 |
<point name="P14" y="87.12" /> |
74 |
<point name="P15" y="54.32" /> |
75 |
<point name="P16" y="33.08" /> |
76 |
</series> |
77 |
</data> |
78 |
</chart> |
79 |
</charts> |
80 |
</anychart> |