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" enable_3d_mode="True" z_aspect="3"> |
09 |
<bar_series group_padding="0.1"> |
10 |
<tooltip_settings enabled="true"> |
11 |
<format><![CDATA[{%Name} - {%Value}]]></format> |
12 |
</tooltip_settings> |
13 |
</bar_series> |
14 |
</data_plot_settings> |
15 |
<chart_settings> |
16 |
<title enabled="true"> |
17 |
<text><![CDATA[Engine Temperature]]></text> |
18 |
</title> |
19 |
<axes> |
20 |
<y_axis position="Normal"> |
21 |
<title enabled="False" /> |
22 |
<scale maximum_offset="0" major_interval="10" /> |
23 |
<labels> |
24 |
<format><![CDATA[{%Value}{numDecimals:0}]]></format> |
25 |
</labels> |
26 |
<axis_markers> |
27 |
<ranges> |
28 |
<range minimum="0" maximum="30"> |
29 |
<label enabled="True" rotation="90"> |
30 |
<format><![CDATA[Low]]></format> |
31 |
<font bold="True" color="Green" /> |
32 |
</label> |
33 |
<fill color="Green" opacity="0.3" /> |
34 |
<minimum_line enabled="False" /> |
35 |
<maximum_line enabled="False" /> |
36 |
</range> |
37 |
<range minimum="30" maximum="60"> |
38 |
<label enabled="True" rotation="90"> |
39 |
<format><![CDATA[Medium]]></format> |
40 |
<font bold="True" color="DarkColor(Gold)" /> |
41 |
</label> |
42 |
<fill color="Gold" opacity="0.3" /> |
43 |
<minimum_line enabled="False" /> |
44 |
<maximum_line enabled="False" /> |
45 |
</range> |
46 |
<range minimum="60" maximum="100"> |
47 |
<label enabled="True" rotation="90"> |
48 |
<format><![CDATA[High]]></format> |
49 |
<font bold="True" color="DarkRed" /> |
50 |
</label> |
51 |
<fill color="Red" opacity="0.3" /> |
52 |
<minimum_line enabled="False" /> |
53 |
<maximum_line enabled="False" /> |
54 |
</range> |
55 |
</ranges> |
56 |
</axis_markers> |
57 |
</y_axis> |
58 |
<x_axis> |
59 |
<title> |
60 |
<text><![CDATA[Time]]></text> |
61 |
</title> |
62 |
<labels rotation="90" /> |
63 |
</x_axis> |
64 |
</axes> |
65 |
</chart_settings> |
66 |
<data> |
67 |
<series name="Series 1"> |
68 |
<point name="01:10" y="28.14" /> |
69 |
<point name="01:15" y="12.61" /> |
70 |
<point name="01:20" y="63.21" /> |
71 |
<point name="01:25" y="29.98" /> |
72 |
<point name="01:30" y="12.54" /> |
73 |
<point name="01:35" y="14.19" /> |
74 |
<point name="01:40" y="50.67" /> |
75 |
<point name="01:45" y="20.43" /> |
76 |
<point name="01:50" y="43.76" /> |
77 |
<point name="01:55" y="91.34" /> |
78 |
<point name="02:00" y="34.17" /> |
79 |
<point name="02:05" y="45.72" /> |
80 |
<point name="02:10" y="22.56" /> |
81 |
<point name="02:15" y="87.12" /> |
82 |
<point name="02:20" y="54.32" /> |
83 |
<point name="02:25" y="33.08" /> |
84 |
<point name="02:30" y="41.12" /> |
85 |
<point name="02:35" y="38.67" /> |
86 |
<point name="02:40" y="35.06" /> |
87 |
<point name="02:45" y="46.18" /> |
88 |
<point name="02:50" y="52.29" /> |
89 |
<point name="02:55" y="73.01" /> |
90 |
</series> |
91 |
</data> |
92 |
</chart> |
93 |
</charts> |
94 |
</anychart> |