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="/africa/namibia.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="NAM-BSM" y="1240.82564806604" /> |
44 |
<point name="NAM-BTH" y="273.85828749922" /> |
45 |
<point name="NAM-COO" y="209.696492277876" /> |
46 |
<point name="NAM-DMR" y="303.181257240093" /> |
47 |
<point name="NAM-GBB" y="1750.71626424357" /> |
48 |
<point name="NAM-GRT" y="370.675329291576" /> |
49 |
<point name="NAM-HOO" y="1294.21851285464" /> |
50 |
<point name="NAM-HWE" y="562.436023057641" /> |
51 |
<point name="NAM-KKL" y="1796.58736092811" /> |
52 |
<point name="NAM-KRB" y="1267.71840232784" /> |
53 |
<point name="NAM-KRS" y="1844.27812036326" /> |
54 |
<point name="NAM-KTM" y="1969.74507904134" /> |
55 |
<point name="NAM-KVN" y="1129.40692581674" /> |
56 |
<point name="NAM-LDR" y="1533.51445288095" /> |
57 |
<point name="NAM-MLT" y="1927.73867767665" /> |
58 |
<point name="NAM-MRN" y="617.189429987776" /> |
59 |
<point name="NAM-NML" y="319.520122520402" /> |
60 |
<point name="NAM-OKH" y="188.900987705635" /> |
61 |
<point name="NAM-OMR" y="1636.08344068568" /> |
62 |
<point name="NAM-OTJ" y="1732.23912237782" /> |
63 |
<point name="NAM-OUT" y="110.81392881964" /> |
64 |
<point name="NAM-OWM" y="386.280602024067" /> |
65 |
<point name="NAM-RHB" y="1147.73209818999" /> |
66 |
<point name="NAM-SWK" y="162.315969430989" /> |
67 |
<point name="NAM-TSM" y="1056.27347019327" /> |
68 |
<point name="NAM-WND" y="1278.59161015534" /> |
69 |
</series> |
70 |
</data> |
71 |
<palettes> |
72 |
<palette name="colorRange"> |
73 |
<item color="#A5DEE7" /> |
74 |
<item color="#83D1E1" /> |
75 |
<item color="#5ECAE2" /> |
76 |
<item color="#00B6DD" /> |
77 |
<item color="#00A5D9" /> |
78 |
<item color="#008FC5" /> |
79 |
<item color="#007FB1" /> |
80 |
</palette> |
81 |
</palettes> |
82 |
</chart> |
83 |
</charts> |
84 |
</anychart> |