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="/north_america/guatemala.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="GTM-AVR" y="1101.2033778714" /> |
44 |
<point name="GTM-BVR" y="1919.23624645883" /> |
45 |
<point name="GTM-CHM" y="769.837295995018" /> |
46 |
<point name="GTM-CHQ" y="1435.88255040156" /> |
47 |
<point name="GTM-EPR" y="953.882019479704" /> |
48 |
<point name="GTM-ESC" y="1852.02314790898" /> |
49 |
<point name="GTM-GTM" y="1106.0169539908" /> |
50 |
<point name="GTM-HHT" y="298.59863980608" /> |
51 |
<point name="GTM-IZB" y="1521.34200442645" /> |
52 |
<point name="GTM-JAL" y="1666.2431693013" /> |
53 |
<point name="GTM-JUT" y="1678.44856701719" /> |
54 |
<point name="GTM-PET" y="689.53075757694" /> |
55 |
<point name="GTM-QUI" y="1195.18382530435" /> |
56 |
<point name="GTM-QZL" y="310.432568337038" /> |
57 |
<point name="GTM-RTL" y="1165.55114610379" /> |
58 |
<point name="GTM-SCH" y="1261.10481157019" /> |
59 |
<point name="GTM-SCT" y="1356.92984301454" /> |
60 |
<point name="GTM-SMR" y="909.805426797739" /> |
61 |
<point name="GTM-SOL" y="1253.48418916272" /> |
62 |
<point name="GTM-SRO" y="1328.8771628071" /> |
63 |
<point name="GTM-TTN" y="1532.81055834741" /> |
64 |
<point name="GTM-ZAC" y="653.759093328267" /> |
65 |
</series> |
66 |
</data> |
67 |
<palettes> |
68 |
<palette name="colorRange"> |
69 |
<item color="#A5DEE7" /> |
70 |
<item color="#83D1E1" /> |
71 |
<item color="#5ECAE2" /> |
72 |
<item color="#00B6DD" /> |
73 |
<item color="#00A5D9" /> |
74 |
<item color="#008FC5" /> |
75 |
<item color="#007FB1" /> |
76 |
</palette> |
77 |
</palettes> |
78 |
</chart> |
79 |
</charts> |
80 |
</anychart> |