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/afghanistan.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="AFG-BAM" y="1380.29135082862" /> |
44 |
<point name="AFG-BDG" y="76.4491716755783" /> |
45 |
<point name="AFG-BDK" y="486.474624130165" /> |
46 |
<point name="AFG-BGH" y="1199.90311432625" /> |
47 |
<point name="AFG-BLK" y="1369.88915380551" /> |
48 |
<point name="AFG-FAR" y="543.409019030355" /> |
49 |
<point name="AFG-FRY" y="561.892278754102" /> |
50 |
<point name="AFG-GHW" y="770.231427983489" /> |
51 |
<point name="AFG-GHZ" y="162.018120364294" /> |
52 |
<point name="AFG-HER" y="916.550510989758" /> |
53 |
<point name="AFG-HLM" y="1962.99639063096" /> |
54 |
<point name="AFG-JWZ" y="1289.57540788202" /> |
55 |
<point name="AFG-KAB" y="1681.48030605236" /> |
56 |
<point name="AFG-KAP" y="1981.90796095035" /> |
57 |
<point name="AFG-KNR" y="1157.6735485148" /> |
58 |
<point name="AFG-KNZ" y="126.955773740521" /> |
59 |
<point name="AFG-LGH" y="1057.46949047664" /> |
60 |
<point name="AFG-LWG" y="509.617001986884" /> |
61 |
<point name="AFG-NMR" y="833.192366563339" /> |
62 |
<point name="AFG-NNG" y="1746.24424509064" /> |
63 |
<point name="AFG-ORZ" y="736.561260529124" /> |
64 |
<point name="AFG-PAK" y="1348.03440763989" /> |
65 |
<point name="AFG-PKT" y="1326.4010796912" /> |
66 |
<point name="AFG-PRV" y="458.300366279809" /> |
67 |
<point name="AFG-QND" y="778.194332857707" /> |
68 |
<point name="AFG-SMN" y="931.868476295783" /> |
69 |
<point name="AFG-TKH" y="695.926854710992" /> |
70 |
<point name="AFG-VRD" y="1294.17663407241" /> |
71 |
<point name="AFG-ZAB" y="190.358157358299" /> |
72 |
</series> |
73 |
</data> |
74 |
<palettes> |
75 |
<palette name="colorRange"> |
76 |
<item color="#A5DEE7" /> |
77 |
<item color="#83D1E1" /> |
78 |
<item color="#5ECAE2" /> |
79 |
<item color="#00B6DD" /> |
80 |
<item color="#00A5D9" /> |
81 |
<item color="#008FC5" /> |
82 |
<item color="#007FB1" /> |
83 |
</palette> |
84 |
</palettes> |
85 |
</chart> |
86 |
</charts> |
87 |
</anychart> |