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 = "/south_america/ecuador.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 = "ECU-AZU" y = "272.311817050125" /> |
44 |
< point name = "ECU-BLV" y = "495.099118209956" /> |
45 |
< point name = "ECU-CAN" y = "781.603519237416" /> |
46 |
< point name = "ECU-CHM" y = "1136.26763929439" /> |
47 |
< point name = "ECU-CRC" y = "930.229615853275" /> |
48 |
< point name = "ECU-CTP" y = "397.01519086818" /> |
49 |
< point name = "ECU-EOR" y = "444.562705440709" /> |
50 |
< point name = "ECU-ESM" y = "1611.89756338107" /> |
51 |
< point name = "ECU-GLP" y = "532.648281442303" /> |
52 |
< point name = "ECU-GUA" y = "253.947332619665" /> |
53 |
< point name = "ECU-IMB" y = "710.326764132048" /> |
54 |
< point name = "ECU-LOJ" y = "1902.41756099389" /> |
55 |
< point name = "ECU-LRI" y = "1061.08077385513" /> |
56 |
< point name = "ECU-MAN" y = "1077.91265057303" /> |
57 |
< point name = "ECU-MSN" y = "1360.31817056253" /> |
58 |
< point name = "ECU-NAP" y = "1421.99152215477" /> |
59 |
< point name = "ECU-PCH" y = "1543.7168970442" /> |
60 |
< point name = "ECU-PST" y = "229.680258887671" /> |
61 |
< point name = "ECU-SCM" y = "288.57604986456" /> |
62 |
< point name = "ECU-TNG" y = "1348.98529916489" /> |
63 |
< point name = "ECU-ZCH" y = "246.730667653834" /> |
64 |
</ series > |
65 |
</ data > |
66 |
< palettes > |
67 |
< palette name = "colorRange" > |
68 |
< item color = "#A5DEE7" /> |
69 |
< item color = "#83D1E1" /> |
70 |
< item color = "#5ECAE2" /> |
71 |
< item color = "#00B6DD" /> |
72 |
< item color = "#00A5D9" /> |
73 |
< item color = "#008FC5" /> |
74 |
< item color = "#007FB1" /> |
75 |
</ palette > |
76 |
</ palettes > |
77 |
</ chart > |
78 |
</ charts > |
79 |
</ anychart > |