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/nigeria.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="NI05" y="1240.82564806604" /> |
44 |
<point name="NI06" y="273.85828749922" /> |
45 |
<point name="NI10" y="209.696492277876" /> |
46 |
<point name="NI11" y="303.181257240093" /> |
47 |
<point name="NI16" y="1750.71626424357" /> |
48 |
<point name="NI17" y="370.675329291576" /> |
49 |
<point name="NI19" y="1294.21851285464" /> |
50 |
<point name="NI21" y="562.436023057641" /> |
51 |
<point name="NI22" y="1796.58736092811" /> |
52 |
<point name="NI23" y="1267.71840232784" /> |
53 |
<point name="NI24" y="1844.27812036326" /> |
54 |
<point name="NI25" y="1969.74507904134" /> |
55 |
<point name="NI26" y="1129.40692581674" /> |
56 |
<point name="NI27" y="1533.51445288095" /> |
57 |
<point name="NI28" y="1927.73867767665" /> |
58 |
<point name="NI29" y="617.189429987776" /> |
59 |
<point name="NI30" y="319.520122520402" /> |
60 |
<point name="NI31" y="188.900987705635" /> |
61 |
<point name="NI32" y="1636.08344068568" /> |
62 |
<point name="NI33" y="1732.23912237782" /> |
63 |
<point name="NI34" y="110.81392881964" /> |
64 |
<point name="NI35" y="386.280602024067" /> |
65 |
<point name="NI36" y="1147.73209818999" /> |
66 |
<point name="NI37" y="162.315969430989" /> |
67 |
<point name="NI38" y="1056.27347019327" /> |
68 |
<point name="NI39" y="1278.59161015534" /> |
69 |
<point name="NI40" y="1485.84832599659" /> |
70 |
<point name="NI41" y="557.045751510675" /> |
71 |
<point name="NI42" y="80.985901914996" /> |
72 |
<point name="NI43" y="1186.80140710753" /> |
73 |
<point name="NI44" y="462.596626236381" /> |
74 |
</series> |
75 |
</data> |
76 |
<palettes> |
77 |
<palette name="colorRange"> |
78 |
<item color="#A5DEE7" /> |
79 |
<item color="#83D1E1" /> |
80 |
<item color="#5ECAE2" /> |
81 |
<item color="#00B6DD" /> |
82 |
<item color="#00A5D9" /> |
83 |
<item color="#008FC5" /> |
84 |
<item color="#007FB1" /> |
85 |
</palette> |
86 |
</palettes> |
87 |
</chart> |
88 |
</charts> |
89 |
</anychart> |