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 = "/europe/italy.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 = "ITA-ABR" y = "1240.66908063398" /> |
44 |
< point name = "ITA-BSL" y = "1721.82713063519" /> |
45 |
< point name = "ITA-CLB" y = "1046.61542784731" /> |
46 |
< point name = "ITA-CMP" y = "332.604407487719" /> |
47 |
< point name = "ITA-ERM" y = "573.054909041643" /> |
48 |
< point name = "ITA-FVG" y = "24.7568376477607" /> |
49 |
< point name = "ITA-LAZ" y = "373.690719890264" /> |
50 |
< point name = "ITA-LIG" y = "506.394044731927" /> |
51 |
< point name = "ITA-LMB" y = "1886.77276386263" /> |
52 |
< point name = "ITA-MOL" y = "1315.07527796322" /> |
53 |
< point name = "ITA-MRC" y = "1797.16683728488" /> |
54 |
< point name = "ITA-PMN" y = "9.36108641762337" /> |
55 |
< point name = "ITA-PUG" y = "1747.25720553997" /> |
56 |
< point name = "ITA-SIC" y = "758.826076406439" /> |
57 |
< point name = "ITA-SRD" y = "395.486016941949" /> |
58 |
< point name = "ITA-TAA" y = "770.871155322935" /> |
59 |
< point name = "ITA-TSC" y = "94.8792109707739" /> |
60 |
< point name = "ITA-UMB" y = "1230.52144107899" /> |
61 |
< point name = "ITA-VDA" y = "450.593115040377" /> |
62 |
< point name = "ITA-VEN" y = "1342.88228551991" /> |
63 |
</ series > |
64 |
</ data > |
65 |
< palettes > |
66 |
< palette name = "colorRange" > |
67 |
< item color = "#A5DEE7" /> |
68 |
< item color = "#83D1E1" /> |
69 |
< item color = "#5ECAE2" /> |
70 |
< item color = "#00B6DD" /> |
71 |
< item color = "#00A5D9" /> |
72 |
< item color = "#008FC5" /> |
73 |
< item color = "#007FB1" /> |
74 |
</ palette > |
75 |
</ palettes > |
76 |
</ chart > |
77 |
</ charts > |
78 |
</ anychart > |