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/colombia.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="COL-AMZ" y="599.552391376138" /> |
44 |
<point name="COL-ANT" y="1692.54059050816" /> |
45 |
<point name="COL-ARA" y="1811.96380490994" /> |
46 |
<point name="COL-ATL" y="732.979721731031" /> |
47 |
<point name="COL-BLV" y="1385.6574228898" /> |
48 |
<point name="COL-BOY" y="180.08099039089" /> |
49 |
<point name="COL-CAQ" y="1002.8617777875" /> |
50 |
<point name="COL-CAU" y="561.365478933493" /> |
51 |
<point name="COL-CES" y="821.147269020391" /> |
52 |
<point name="COL-CHO" y="1191.41440335261" /> |
53 |
<point name="COL-CLD" y="608.410925887716" /> |
54 |
<point name="COL-CND" y="480.984205604058" /> |
55 |
<point name="COL-CRD" y="437.549008260271" /> |
56 |
<point name="COL-CSN" y="1470.25457279303" /> |
57 |
<point name="COL-DES" y="361.162198875641" /> |
58 |
<point name="COL-GUA" y="686.364633350803" /> |
59 |
<point name="COL-GUI" y="932.944792757251" /> |
60 |
<point name="COL-HUI" y="1629.70044726026" /> |
61 |
<point name="COL-LGU" y="1476.46445942878" /> |
62 |
<point name="COL-MET" y="1732.83882706093" /> |
63 |
<point name="COL-MGD" y="260.614520991507" /> |
64 |
<point name="COL-NAR" y="926.283911301887" /> |
65 |
<point name="COL-NDS" y="369.779795580441" /> |
66 |
<point name="COL-PTM" y="1139.41132982234" /> |
67 |
<point name="COL-QUI" y="625.485861965216" /> |
68 |
<point name="COL-RSR" y="1177.17517874072" /> |
69 |
<point name="COL-SAY" y="85.0713448995125" /> |
70 |
<point name="COL-SNT" y="462.789631664189" /> |
71 |
<point name="COL-SUC" y="1939.94665329342" /> |
72 |
<point name="COL-TOL" y="419.607646027397" /> |
73 |
<point name="COL-VAU" y="1879.43956250299" /> |
74 |
<point name="COL-VCH" y="1590.59860910783" /> |
75 |
<point name="COL-VDC" y="1926.30391843911" /> |
76 |
</series> |
77 |
</data> |
78 |
<palettes> |
79 |
<palette name="colorRange"> |
80 |
<item color="#A5DEE7" /> |
81 |
<item color="#83D1E1" /> |
82 |
<item color="#5ECAE2" /> |
83 |
<item color="#00B6DD" /> |
84 |
<item color="#00A5D9" /> |
85 |
<item color="#008FC5" /> |
86 |
<item color="#007FB1" /> |
87 |
</palette> |
88 |
</palettes> |
89 |
</chart> |
90 |
</charts> |
91 |
</anychart> |