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_without_russia.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="856.903546888802" /> |
44 |
<point name="AN" y="436.655463854156" /> |
45 |
<point name="AU" y="1540.85395463782" /> |
46 |
<point name="BE" y="1910.75402587222" /> |
47 |
<point name="BK" y="853.837429943419" /> |
48 |
<point name="BO" y="530.861453400395" /> |
49 |
<point name="BU" y="1006.79617422018" /> |
50 |
<point name="DA" y="350.893713697276" /> |
51 |
<point name="EI" y="1017.11627981491" /> |
52 |
<point name="EN" y="351.822297252632" /> |
53 |
<point name="EZ" y="400.024669431161" /> |
54 |
<point name="FI" y="439.251693170169" /> |
55 |
<point name="FO" y="155.830834133472" /> |
56 |
<point name="FR" y="1863.71136450382" /> |
57 |
<point name="GI" y="214.786131034971" /> |
58 |
<point name="GK" y="349.536298005626" /> |
59 |
<point name="GM" y="1728.55710039314" /> |
60 |
<point name="GR" y="1910.98308186558" /> |
61 |
<point name="HR" y="1880.30808040887" /> |
62 |
<point name="HU" y="1720.33296605588" /> |
63 |
<point name="IC" y="1009.36866971169" /> |
64 |
<point name="IM" y="1314.53837888061" /> |
65 |
<point name="IT" y="246.230057555358" /> |
66 |
<point name="JE" y="1286.1653339519" /> |
67 |
<point name="JN" y="1826.59597873064" /> |
68 |
<point name="LG" y="1270.35723406372" /> |
69 |
<point name="LH" y="1373.05036344242" /> |
70 |
<point name="LO" y="1490.01844948624" /> |
71 |
<point name="LS" y="1477.97627629618" /> |
72 |
<point name="LU" y="1404.2277566177" /> |
73 |
<point name="MD" y="226.664004021633" /> |
74 |
<point name="MK" y="1537.19565809574" /> |
75 |
<point name="MN" y="1478.0238808496" /> |
76 |
<point name="MT" y="1059.59698886592" /> |
77 |
<point name="MW" y="1859.79383339164" /> |
78 |
<point name="NL" y="1017.00623101415" /> |
79 |
<point name="NO" y="1541.69133004811" /> |
80 |
<point name="PL" y="328.0178170316" /> |
81 |
<point name="PO" y="452.530688816929" /> |
82 |
<point name="RO" y="622.050235337601" /> |
83 |
<point name="SI" y="1102.81336079483" /> |
84 |
<point name="SM" y="880.819622837389" /> |
85 |
<point name="SP" y="1978.20231503723" /> |
86 |
<point name="SR" y="642.2175516571" /> |
87 |
<point name="SW" y="1927.37817760901" /> |
88 |
<point name="SZ" y="592.425651192863" /> |
89 |
<point name="UK" y="1955.18947763145" /> |
90 |
<point name="UP" y="1793.93050344378" /> |
91 |
</series> |
92 |
</data> |
93 |
<palettes> |
94 |
<palette name="colorRange"> |
95 |
<item color="#A5DEE7" /> |
96 |
<item color="#83D1E1" /> |
97 |
<item color="#5ECAE2" /> |
98 |
<item color="#00B6DD" /> |
99 |
<item color="#00A5D9" /> |
100 |
<item color="#008FC5" /> |
101 |
<item color="#007FB1" /> |
102 |
</palette> |
103 |
</palettes> |
104 |
</chart> |
105 |
</charts> |
106 |
</anychart> |