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[Linear Gauge]]></text> |
11 |
</title> |
12 |
</chart_settings> |
13 |
<linear orientation="Vertical"> |
14 |
<axis size="70" position="75"> |
15 |
<scale_bar enabled="false" /> |
16 |
</axis> |
17 |
<pointers> |
18 |
<tooltip enabled="true" /> |
19 |
<pointer type="Bar" value="78.2" color="#1D8BD1"> |
20 |
<bar_pointer_style width="10" align="Inside" padding="-12" /> |
21 |
<animation enabled="true" start_time="0" duration="0.5" interpolation_type="Circular" /> |
22 |
</pointer> |
23 |
<pointer type="Bar" value="67.6" color="#F1683C"> |
24 |
<bar_pointer_style width="10" align="Inside" padding="-24" /> |
25 |
<animation enabled="true" start_time="0" duration="0.5" interpolation_type="Circular" /> |
26 |
</pointer> |
27 |
<pointer type="Bar" value="34.1" color="#2AD62A"> |
28 |
<bar_pointer_style width="10" align="Inside" padding="-36" /> |
29 |
<animation enabled="true" start_time="0" duration="0.5" interpolation_type="Circular" /> |
30 |
</pointer> |
31 |
<pointer type="Marker" value="47.5" color="DarkSeaGreen"> |
32 |
<animation enabled="true" start_time="0" duration="0.8" interpolation_type="Elastic" /> |
33 |
</pointer> |
34 |
<pointer type="Marker" value="14.9" color="Rgb(210,88,88)"> |
35 |
<animation enabled="true" start_time="0" duration="0.8" interpolation_type="Elastic" /> |
36 |
</pointer> |
37 |
</pointers> |
38 |
</linear> |
39 |
</gauge> |
40 |
</gauges> |
41 |
</anychart> |