01 |
<?xml version="1.0" encoding="UTF-8"?> |
02 |
<anychart> |
03 |
<settings> |
04 |
<animation enabled="true" /> |
05 |
</settings> |
06 |
<gauges> |
07 |
<gauge> |
08 |
<chart_settings> |
09 |
<title> |
10 |
<text><![CDATA[Tank Gauge]]></text> |
11 |
</title> |
12 |
</chart_settings> |
13 |
<linear orientation="Vertical"> |
14 |
<axis size="60" position="55"> |
15 |
<scale_bar enabled="false" /> |
16 |
<major_tickmark length="4" /> |
17 |
<labels> |
18 |
<format><![CDATA[{%Value}{numDecimals:0}%]]></format> |
19 |
</labels> |
20 |
</axis> |
21 |
<pointers> |
22 |
<tooltip enabled="true"> |
23 |
<format><![CDATA[{%Value}{numDecimals:0}%]]></format> |
24 |
</tooltip> |
25 |
<pointer type="Tank" value="45" color="Red"> |
26 |
<tank_pointer_style width="15" align="Inside" padding="-1.5" /> |
27 |
<animation enabled="true" start_time="0" duration="0.3" interpolation_type="Cubic" /> |
28 |
</pointer> |
29 |
<pointer type="Tank" value="67" color="Gold"> |
30 |
<tank_pointer_style width="15" align="Inside" padding="-18" /> |
31 |
<animation enabled="true" start_time="0.15" duration="0.3" interpolation_type="Cubic" /> |
32 |
</pointer> |
33 |
<pointer type="Tank" value="51" color="Green"> |
34 |
<tank_pointer_style width="15" align="Inside" padding="-34.5" /> |
35 |
<animation enabled="true" start_time="0.3" duration="0.3" interpolation_type="Cubic" /> |
36 |
</pointer> |
37 |
<pointer type="Tank" value="71" color="#1D8BD1"> |
38 |
<tank_pointer_style width="15" align="Inside" padding="-51" /> |
39 |
<animation enabled="true" start_time="0.45" duration="0.3" interpolation_type="Cubic" /> |
40 |
</pointer> |
41 |
</pointers> |
42 |
</linear> |
43 |
</gauge> |
44 |
</gauges> |
45 |
</anychart> |