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[Spectrum]]></text> |
11 |
</title> |
12 |
</chart_settings> |
13 |
<linear orientation="Horizontal"> |
14 |
<axis size="15" start_margin="3" end_margin="3"> |
15 |
<labels> |
16 |
<format><![CDATA[{%Value}{numDecimals:0}°]]></format> |
17 |
</labels> |
18 |
<scale minimum="0" maximum="360" major_interval="30" minor_interval="10" /> |
19 |
<scale_bar> |
20 |
<fill type="Gradient"> |
21 |
<gradient angle="270"> |
22 |
<key color="Hsb(0,82,87)" /> |
23 |
<key color="Hsb(30,82,87)" /> |
24 |
<key color="Hsb(60,82,87)" /> |
25 |
<key color="Hsb(90,82,87)" /> |
26 |
<key color="Hsb(120,82,87)" /> |
27 |
<key color="Hsb(150,82,87)" /> |
28 |
<key color="Hsb(180,82,87)" /> |
29 |
<key color="Hsb(210,82,87)" /> |
30 |
<key color="Hsb(240,82,87)" /> |
31 |
<key color="Hsb(270,82,87)" /> |
32 |
<key color="Hsb(300,82,87)" /> |
33 |
<key color="Hsb(330,82,87)" /> |
34 |
<key color="Hsb(360,82,87)" /> |
35 |
</gradient> |
36 |
</fill> |
37 |
</scale_bar> |
38 |
</axis> |
39 |
<pointers> |
40 |
<animation enabled="true" start_time="0" duration="0.4" interpolation_type="Cubic" /> |
41 |
<tooltip enabled="True"> |
42 |
<format><![CDATA[Hue - {%Value}{numDecimals:0}°]]></format> |
43 |
<font bold="true" /> |
44 |
</tooltip> |
45 |
<pointer type="Marker" value="0" color="Hsb(0,82,87)"> |
46 |
<marker_pointer_style align="Outside" /> |
47 |
</pointer> |
48 |
<pointer type="Marker" value="30" color="Hsb(30,82,87)"> |
49 |
<marker_pointer_style align="Outside" /> |
50 |
</pointer> |
51 |
<pointer type="Marker" value="60" color="Hsb(60,82,87)"> |
52 |
<marker_pointer_style align="Outside" /> |
53 |
</pointer> |
54 |
<pointer type="Marker" value="90" color="Hsb(90,82,87)"> |
55 |
<marker_pointer_style align="Outside" /> |
56 |
</pointer> |
57 |
<pointer type="Marker" value="120" color="Hsb(120,82,87)"> |
58 |
<marker_pointer_style align="Outside" /> |
59 |
</pointer> |
60 |
<pointer type="Marker" value="150" color="Hsb(150,82,87)"> |
61 |
<marker_pointer_style align="Outside" /> |
62 |
</pointer> |
63 |
<pointer type="Marker" value="180" color="Hsb(180,82,87)"> |
64 |
<marker_pointer_style align="Outside" /> |
65 |
</pointer> |
66 |
<pointer type="Marker" value="210" color="Hsb(210,82,87)"> |
67 |
<marker_pointer_style align="Outside" /> |
68 |
</pointer> |
69 |
<pointer type="Marker" value="240" color="Hsb(240,82,87)"> |
70 |
<marker_pointer_style align="Outside" /> |
71 |
</pointer> |
72 |
<pointer type="Marker" value="270" color="Hsb(270,82,87)"> |
73 |
<marker_pointer_style align="Outside" /> |
74 |
</pointer> |
75 |
<pointer type="Marker" value="300" color="Hsb(300,82,87)"> |
76 |
<marker_pointer_style align="Outside" /> |
77 |
</pointer> |
78 |
<pointer type="Marker" value="330" color="Hsb(330,82,87)"> |
79 |
<marker_pointer_style align="Outside" /> |
80 |
</pointer> |
81 |
<pointer type="Marker" value="360" color="Hsb(360,82,87)"> |
82 |
<marker_pointer_style align="Outside" /> |
83 |
</pointer> |
84 |
</pointers> |
85 |
</linear> |
86 |
</gauge> |
87 |
</gauges> |
88 |
</anychart> |