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/jamaica.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="JAM-CLR" y="773.962803545391" /> |
44 |
<point name="JAM-HNV" y="721.794774160625" /> |
45 |
<point name="JAM-KNG" y="1739.47701032249" /> |
46 |
<point name="JAM-MNC" y="1839.17046796492" /> |
47 |
<point name="JAM-PRT" y="498.454212443183" /> |
48 |
<point name="JAM-SAN" y="68.9573483862716" /> |
49 |
<point name="JAM-SCT" y="547.717881644013" /> |
50 |
<point name="JAM-SEL" y="1349.13072425366" /> |
51 |
<point name="JAM-SJA" y="1232.84301684836" /> |
52 |
<point name="JAM-SMA" y="728.776098568354" /> |
53 |
<point name="JAM-SND" y="1780.36440526152" /> |
54 |
<point name="JAM-STH" y="110.96411296677" /> |
55 |
<point name="JAM-TRL" y="1818.71559089921" /> |
56 |
<point name="JAM-WST" y="1918.09064611704" /> |
57 |
</series> |
58 |
</data> |
59 |
<palettes> |
60 |
<palette name="colorRange"> |
61 |
<item color="#A5DEE7" /> |
62 |
<item color="#83D1E1" /> |
63 |
<item color="#5ECAE2" /> |
64 |
<item color="#00B6DD" /> |
65 |
<item color="#00A5D9" /> |
66 |
<item color="#008FC5" /> |
67 |
<item color="#007FB1" /> |
68 |
</palette> |
69 |
</palettes> |
70 |
</chart> |
71 |
</charts> |
72 |
</anychart> |