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/tanzania.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 = "TZA-ARS" y = "1303.95455346627" /> |
44 |
< point name = "TZA-DES" y = "1268.37110578472" /> |
45 |
< point name = "TZA-DOD" y = "516.59161621546" /> |
46 |
< point name = "TZA-IRN" y = "1939.93087110106" /> |
47 |
< point name = "TZA-KIG" y = "1287.40432266491" /> |
48 |
< point name = "TZA-KLM" y = "769.273544088599" /> |
49 |
< point name = "TZA-LIN" y = "515.434690991153" /> |
50 |
< point name = "TZA-MAR" y = "717.401082030219" /> |
51 |
< point name = "TZA-MBE" y = "1178.52379902197" /> |
52 |
< point name = "TZA-MRG" y = "1192.81938541346" /> |
53 |
< point name = "TZA-MTW" y = "1623.48669097921" /> |
54 |
< point name = "TZA-MWN" y = "1795.47403557015" /> |
55 |
< point name = "TZA-PNR" y = "374.904340307649" /> |
56 |
< point name = "TZA-PSO" y = "1396.99922473961" /> |
57 |
< point name = "TZA-PWA" y = "325.150324183121" /> |
58 |
< point name = "TZA-RUK" y = "73.1118889865986" /> |
59 |
< point name = "TZA-RUV" y = "992.554575667044" /> |
60 |
< point name = "TZA-SHN" y = "1228.83907669635" /> |
61 |
< point name = "TZA-SNG" y = "126.558984688743" /> |
62 |
< point name = "TZA-TAB" y = "1355.08830349664" /> |
63 |
< point name = "TZA-TAN" y = "334.903445250775" /> |
64 |
< point name = "TZA-ZCN" y = "957.256776726459" /> |
65 |
< point name = "TZA-ZMG" y = "696.193050917328" /> |
66 |
< point name = "TZA-ZNR" y = "302.13686744782" /> |
67 |
< point name = "TZA-ZUR" y = "72.7991098877038" /> |
68 |
</ series > |
69 |
</ data > |
70 |
< palettes > |
71 |
< palette name = "colorRange" > |
72 |
< item color = "#A5DEE7" /> |
73 |
< item color = "#83D1E1" /> |
74 |
< item color = "#5ECAE2" /> |
75 |
< item color = "#00B6DD" /> |
76 |
< item color = "#00A5D9" /> |
77 |
< item color = "#008FC5" /> |
78 |
< item color = "#007FB1" /> |
79 |
</ palette > |
80 |
</ palettes > |
81 |
</ chart > |
82 |
</ charts > |
83 |
</ anychart > |