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/sweden.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 = "SWE-ALV" y = "996.52581708344" /> |
44 |
< point name = "SWE-BLK" y = "791.277504894546" /> |
45 |
< point name = "SWE-GOB" y = "980.713162096549" /> |
46 |
< point name = "SWE-GTL" y = "778.052732710751" /> |
47 |
< point name = "SWE-GVL" y = "1650.67167470729" /> |
48 |
< point name = "SWE-HLL" y = "1049.51363478299" /> |
49 |
< point name = "SWE-JMT" y = "1194.99773308402" /> |
50 |
< point name = "SWE-JNK" y = "614.731096948837" /> |
51 |
< point name = "SWE-KLM" y = "1292.36163631657" /> |
52 |
< point name = "SWE-KPP" y = "1953.29752655388" /> |
53 |
< point name = "SWE-KRN" y = "565.854222777232" /> |
54 |
< point name = "SWE-KRS" y = "1719.46601463457" /> |
55 |
< point name = "SWE-MLM" y = "90.0539309205738" /> |
56 |
< point name = "SWE-NRR" y = "1086.79324904773" /> |
57 |
< point name = "SWE-ORB" y = "976.973662607825" /> |
58 |
< point name = "SWE-OST" y = "1705.62091642321" /> |
59 |
< point name = "SWE-SDR" y = "691.147364997839" /> |
60 |
< point name = "SWE-SKR" y = "1190.07864277348" /> |
61 |
< point name = "SWE-STC" y = "262.907331931827" /> |
62 |
< point name = "SWE-UPP" y = "123.694907000146" /> |
63 |
< point name = "SWE-VRM" y = "1587.37204018392" /> |
64 |
< point name = "SWE-VSM" y = "1047.05988757641" /> |
65 |
< point name = "SWE-VSR" y = "1388.96397565909" /> |
66 |
< point name = "SWE-VST" y = "807.027142870718" /> |
67 |
</ series > |
68 |
</ data > |
69 |
< palettes > |
70 |
< palette name = "colorRange" > |
71 |
< item color = "#A5DEE7" /> |
72 |
< item color = "#83D1E1" /> |
73 |
< item color = "#5ECAE2" /> |
74 |
< item color = "#00B6DD" /> |
75 |
< item color = "#00A5D9" /> |
76 |
< item color = "#008FC5" /> |
77 |
< item color = "#007FB1" /> |
78 |
</ palette > |
79 |
</ palettes > |
80 |
</ chart > |
81 |
</ charts > |
82 |
</ anychart > |