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="/world/americas.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="equirectangular" /> |
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="AA" y="139.293492836549" /> |
44 |
<point name="AC" y="1047.25970097224" /> |
45 |
<point name="AR" y="1173.23825935518" /> |
46 |
<point name="AV" y="1080.58024713797" /> |
47 |
<point name="BB" y="406.293757449041" /> |
48 |
<point name="BD" y="566.131639557952" /> |
49 |
<point name="BF" y="668.981851390089" /> |
50 |
<point name="BH" y="296.992823619858" /> |
51 |
<point name="BL" y="1058.18186656487" /> |
52 |
<point name="BR" y="551.787172701111" /> |
53 |
<point name="CA" y="824.647775303874" /> |
54 |
<point name="CI" y="1456.38944742102" /> |
55 |
<point name="CJ" y="157.396950832287" /> |
56 |
<point name="CO" y="1215.54274820515" /> |
57 |
<point name="CS" y="1815.68642790228" /> |
58 |
<point name="CU" y="364.867616614731" /> |
59 |
<point name="DO" y="277.066855820393" /> |
60 |
<point name="DR" y="71.0046161296799" /> |
61 |
<point name="EC" y="1014.05571727737" /> |
62 |
<point name="ES" y="1329.77672914498" /> |
63 |
<point name="FG" y="757.511446605209" /> |
64 |
<point name="FK" y="1463.764057245" /> |
65 |
<point name="GJ" y="838.069726171936" /> |
66 |
<point name="GL" y="107.097195511263" /> |
67 |
<point name="GP" y="690.413147532574" /> |
68 |
<point name="GT" y="688.500899210806" /> |
69 |
<point name="GY" y="1860.57152220075" /> |
70 |
<point name="HA" y="1662.56373918735" /> |
71 |
<point name="HO" y="639.160404279437" /> |
72 |
<point name="JM" y="1632.72085396234" /> |
73 |
<point name="MB" y="412.976271665178" /> |
74 |
<point name="MH" y="1108.17735041872" /> |
75 |
<point name="MX" y="610.056954720084" /> |
76 |
<point name="NS" y="257.337036662426" /> |
77 |
<point name="NT" y="686.077879129945" /> |
78 |
<point name="NU" y="1630.18969894861" /> |
79 |
<point name="PA" y="1034.5135326658" /> |
80 |
<point name="PE" y="520.055642593678" /> |
81 |
<point name="PM" y="972.469602233018" /> |
82 |
<point name="RQ" y="452.351720282972" /> |
83 |
<point name="SB" y="536.543102253481" /> |
84 |
<point name="SC" y="1990.45681952986" /> |
85 |
<point name="ST" y="1669.50795877236" /> |
86 |
<point name="TD" y="1020.96952824899" /> |
87 |
<point name="TK" y="1055.82689449928" /> |
88 |
<point name="US" y="411.947691073617" /> |
89 |
<point name="UY" y="1068.10677660075" /> |
90 |
<point name="VC" y="1292.62186833314" /> |
91 |
<point name="VE" y="373.370223852512" /> |
92 |
<point name="VI" y="1904.0806917027" /> |
93 |
<point name="VQ" y="1133.86388827761" /> |
94 |
</series> |
95 |
</data> |
96 |
<palettes> |
97 |
<palette name="colorRange"> |
98 |
<item color="#A5DEE7" /> |
99 |
<item color="#83D1E1" /> |
100 |
<item color="#5ECAE2" /> |
101 |
<item color="#00B6DD" /> |
102 |
<item color="#00A5D9" /> |
103 |
<item color="#008FC5" /> |
104 |
<item color="#007FB1" /> |
105 |
</palette> |
106 |
</palettes> |
107 |
</chart> |
108 |
</charts> |
109 |
</anychart> |