01 |
<?xml version="1.0" encoding="UTF-8"?> |
02 |
<anychart> |
03 |
<margin all="0" /> |
04 |
<charts> |
05 |
<chart plot_type="Map"> |
06 |
<chart_settings> |
07 |
<title enabled=""False"" /> |
08 |
<chart_background enabled="false"> |
09 |
<inside_margin all="1" left="0" top="0" /> |
10 |
</chart_background> |
11 |
<data_plot_background> |
12 |
<border enabled="false" /> |
13 |
<effects enabled="False" /> |
14 |
<fill type="Gradient"> |
15 |
<gradient angle="45"> |
16 |
<key color="White" /> |
17 |
<key color="RGB(240,240,240)" /> |
18 |
</gradient> |
19 |
</fill> |
20 |
</data_plot_background> |
21 |
</chart_settings> |
22 |
<data_plot_settings> |
23 |
<map_series source="/asia/kazakhstan.amap"> |
24 |
<grid> |
25 |
<parallels enabled="False"> |
26 |
<labels enabled="False" /> |
27 |
</parallels> |
28 |
<meridians enabled="False"> |
29 |
<labels enabled="False" /> |
30 |
</meridians> |
31 |
<background enabled="False" /> |
32 |
</grid> |
33 |
<projection type="orthographic" /> |
34 |
<defined_map_region> |
35 |
<tooltip_settings enabled="True"> |
36 |
<format><![CDATA[{%REGION_NAME}{enabled:False} - {%YValue}]]></format> |
37 |
</tooltip_settings> |
38 |
</defined_map_region> |
39 |
</map_series> |
40 |
</data_plot_settings> |
41 |
<data> |
42 |
<series name="Sample Series" style="defaultMapStyle" palette="colorRange"> |
43 |
<point name="KAZ-AKB" y="878.640364333354" /> |
44 |
<point name="KAZ-ALA" y="1849.75351572491" /> |
45 |
<point name="KAZ-CHM" y="1528.60113863302" /> |
46 |
<point name="KAZ-DZK" y="497.000285655726" /> |
47 |
<point name="KAZ-DZM" y="1801.6645572156" /> |
48 |
<point name="KAZ-GRV" y="871.466861512264" /> |
49 |
<point name="KAZ-KKC" y="458.737102550798" /> |
50 |
<point name="KAZ-KRG" y="1032.9982671109" /> |
51 |
<point name="KAZ-KST" y="1461.82338495824" /> |
52 |
<point name="KAZ-KZO" y="441.721743178424" /> |
53 |
<point name="KAZ-MGY" y="892.958749501481" /> |
54 |
<point name="KAZ-NKZ" y="1081.02885590914" /> |
55 |
<point name="KAZ-PVL" y="923.845487145635" /> |
56 |
<point name="KAZ-SMP" y="1141.72996540634" /> |
57 |
<point name="KAZ-TKG" y="353.284601286652" /> |
58 |
<point name="KAZ-TRG" y="1552.21559552113" /> |
59 |
<point name="KAZ-TSL" y="633.484432768768" /> |
60 |
<point name="KAZ-URL" y="1229.51202244941" /> |
61 |
<point name="KAZ-VKZ" y="1056.1726368294" /> |
62 |
</series> |
63 |
</data> |
64 |
<palettes> |
65 |
<palette name="colorRange"> |
66 |
<item color="#A5DEE7" /> |
67 |
<item color="#83D1E1" /> |
68 |
<item color="#5ECAE2" /> |
69 |
<item color="#00B6DD" /> |
70 |
<item color="#00A5D9" /> |
71 |
<item color="#008FC5" /> |
72 |
<item color="#007FB1" /> |
73 |
</palette> |
74 |
</palettes> |
75 |
</chart> |
76 |
</charts> |
77 |
</anychart> |