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/portugal.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 = "PRT-AVE" y = "278.915763031186" /> |
44 |
< point name = "PRT-AZR" y = "1401.88174201263" /> |
45 |
< point name = "PRT-BEJ" y = "613.097461225976" /> |
46 |
< point name = "PRT-BRA" y = "1947.8789539765" /> |
47 |
< point name = "PRT-BRG" y = "1203.12800221291" /> |
48 |
< point name = "PRT-CBR" y = "1084.78382094055" /> |
49 |
< point name = "PRT-CMB" y = "857.183410253927" /> |
50 |
< point name = "PRT-EVO" y = "560.830206871419" /> |
51 |
< point name = "PRT-FAR" y = "1333.42722306653" /> |
52 |
< point name = "PRT-GUA" y = "153.262403865001" /> |
53 |
< point name = "PRT-LEI" y = "990.477328649944" /> |
54 |
< point name = "PRT-LIS" y = "736.603768885417" /> |
55 |
< point name = "PRT-POR" y = "91.6200494820345" /> |
56 |
< point name = "PRT-PRT" y = "438.624632749066" /> |
57 |
< point name = "PRT-SNT" y = "577.873959475138" /> |
58 |
< point name = "PRT-STB" y = "1720.95223503232" /> |
59 |
< point name = "PRT-VDC" y = "1239.65712787567" /> |
60 |
< point name = "PRT-VIS" y = "1350.10017703758" /> |
61 |
< point name = "PRT-VRE" y = "1396.65496880033" /> |
62 |
</ series > |
63 |
</ data > |
64 |
< palettes > |
65 |
< palette name = "colorRange" > |
66 |
< item color = "#A5DEE7" /> |
67 |
< item color = "#83D1E1" /> |
68 |
< item color = "#5ECAE2" /> |
69 |
< item color = "#00B6DD" /> |
70 |
< item color = "#00A5D9" /> |
71 |
< item color = "#008FC5" /> |
72 |
< item color = "#007FB1" /> |
73 |
</ palette > |
74 |
</ palettes > |
75 |
</ chart > |
76 |
</ charts > |
77 |
</ anychart > |