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/europe.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="AL" y="139.293492836549" /> |
44 |
<point name="AN" y="1047.25970097224" /> |
45 |
<point name="AU" y="1173.23825935518" /> |
46 |
<point name="BE" y="1080.58024713797" /> |
47 |
<point name="BK" y="406.293757449041" /> |
48 |
<point name="BO" y="566.131639557952" /> |
49 |
<point name="BU" y="668.981851390089" /> |
50 |
<point name="DA" y="296.992823619858" /> |
51 |
<point name="EI" y="1058.18186656487" /> |
52 |
<point name="EN" y="551.787172701111" /> |
53 |
<point name="EZ" y="824.647775303874" /> |
54 |
<point name="FI" y="1456.38944742102" /> |
55 |
<point name="FO" y="157.396950832287" /> |
56 |
<point name="FR" y="1215.54274820515" /> |
57 |
<point name="GI" y="1815.68642790228" /> |
58 |
<point name="GK" y="364.867616614731" /> |
59 |
<point name="GM" y="277.066855820393" /> |
60 |
<point name="GR" y="71.0046161296799" /> |
61 |
<point name="HR" y="1014.05571727737" /> |
62 |
<point name="HU" y="1329.77672914498" /> |
63 |
<point name="IC" y="757.511446605209" /> |
64 |
<point name="IM" y="1463.764057245" /> |
65 |
<point name="IT" y="838.069726171936" /> |
66 |
<point name="JE" y="107.097195511263" /> |
67 |
<point name="JN" y="690.413147532574" /> |
68 |
<point name="LG" y="688.500899210806" /> |
69 |
<point name="LH" y="1860.57152220075" /> |
70 |
<point name="LO" y="1662.56373918735" /> |
71 |
<point name="LS" y="639.160404279437" /> |
72 |
<point name="LU" y="1632.72085396234" /> |
73 |
<point name="MD" y="412.976271665178" /> |
74 |
<point name="MK" y="1108.17735041872" /> |
75 |
<point name="MN" y="610.056954720084" /> |
76 |
<point name="MT" y="257.337036662426" /> |
77 |
<point name="MW" y="686.077879129945" /> |
78 |
<point name="NL" y="1630.18969894861" /> |
79 |
<point name="NO" y="1034.5135326658" /> |
80 |
<point name="PL" y="520.055642593678" /> |
81 |
<point name="PO" y="972.469602233018" /> |
82 |
<point name="RO" y="452.351720282972" /> |
83 |
<point name="RS" y="536.543102253481" /> |
84 |
<point name="SI" y="1990.45681952986" /> |
85 |
<point name="SM" y="1669.50795877236" /> |
86 |
<point name="SP" y="1020.96952824899" /> |
87 |
<point name="SR" y="1055.82689449928" /> |
88 |
<point name="SV" y="411.947691073617" /> |
89 |
<point name="SW" y="1068.10677660075" /> |
90 |
<point name="SZ" y="1292.62186833314" /> |
91 |
<point name="UK" y="373.370223852512" /> |
92 |
<point name="UP" y="1904.0806917027" /> |
93 |
</series> |
94 |
</data> |
95 |
<palettes> |
96 |
<palette name="colorRange"> |
97 |
<item color="#A5DEE7" /> |
98 |
<item color="#83D1E1" /> |
99 |
<item color="#5ECAE2" /> |
100 |
<item color="#00B6DD" /> |
101 |
<item color="#00A5D9" /> |
102 |
<item color="#008FC5" /> |
103 |
<item color="#007FB1" /> |
104 |
</palette> |
105 |
</palettes> |
106 |
</chart> |
107 |
</charts> |
108 |
</anychart> |