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/netherlands.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 = "NLD-DRN" y = "1958.27913468624" /> |
44 |
< point name = "NLD-FLV" y = "1111.2228935171" /> |
45 |
< point name = "NLD-FRS" y = "1414.23111754201" /> |
46 |
< point name = "NLD-GLD" y = "1162.77818622197" /> |
47 |
< point name = "NLD-GRN" y = "1020.59858153602" /> |
48 |
< point name = "NLD-LMB" y = "1989.4866514902" /> |
49 |
< point name = "NLD-NBR" y = "711.505042720356" /> |
50 |
< point name = "NLD-NHL" y = "560.294934809345" /> |
51 |
< point name = "NLD-OVR" y = "1845.70717711267" /> |
52 |
< point name = "NLD-UTR" y = "1115.11040437739" /> |
53 |
< point name = "NLD-ZHL" y = "1372.54373141217" /> |
54 |
< point name = "NLD-ZLN" y = "992.223332166776" /> |
55 |
</ series > |
56 |
</ data > |
57 |
< palettes > |
58 |
< palette name = "colorRange" > |
59 |
< item color = "#A5DEE7" /> |
60 |
< item color = "#83D1E1" /> |
61 |
< item color = "#5ECAE2" /> |
62 |
< item color = "#00B6DD" /> |
63 |
< item color = "#00A5D9" /> |
64 |
< item color = "#008FC5" /> |
65 |
< item color = "#007FB1" /> |
66 |
</ palette > |
67 |
</ palettes > |
68 |
</ chart > |
69 |
</ charts > |
70 |
</ anychart > |