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="/europe/albania.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="ALB-BER" y="961.581107676765" /> |
44 |
<point name="ALB-DIB" y="1564.61420541844" /> |
45 |
<point name="ALB-DRR" y="1329.97809412422" /> |
46 |
<point name="ALB-ELB" y="568.583843563024" /> |
47 |
<point name="ALB-FIE" y="157.047774715837" /> |
48 |
<point name="ALB-GJR" y="1333.37096652639" /> |
49 |
<point name="ALB-GRM" y="917.815395126965" /> |
50 |
<point name="ALB-KLN" y="34.7612565545185" /> |
51 |
<point name="ALB-KOR" y="1246.09664792479" /> |
52 |
<point name="ALB-KRU" y="64.767938137412" /> |
53 |
<point name="ALB-KUK" y="1512.61901367112" /> |
54 |
<point name="ALB-LBR" y="1409.31643611254" /> |
55 |
<point name="ALB-LEZ" y="1260.9607266546" /> |
56 |
<point name="ALB-LSH" y="1087.35068379312" /> |
57 |
<point name="ALB-MAT" y="403.363614530938" /> |
58 |
<point name="ALB-MRD" y="1905.0201931526" /> |
59 |
<point name="ALB-PGR" y="394.339570959257" /> |
60 |
<point name="ALB-PRM" y="1630.70986588984" /> |
61 |
<point name="ALB-PUK" y="870.88493763976" /> |
62 |
<point name="ALB-SHK" y="925.515212549602" /> |
63 |
<point name="ALB-SKR" y="954.807187875177" /> |
64 |
<point name="ALB-SRN" y="921.237584632466" /> |
65 |
<point name="ALB-TIR" y="862.264261982527" /> |
66 |
<point name="ALB-TPL" y="1120.59233482955" /> |
67 |
<point name="ALB-TRP" y="1616.91564955605" /> |
68 |
<point name="ALB-VLO" y="402.659482510136" /> |
69 |
</series> |
70 |
</data> |
71 |
<palettes> |
72 |
<palette name="colorRange"> |
73 |
<item color="#A5DEE7" /> |
74 |
<item color="#83D1E1" /> |
75 |
<item color="#5ECAE2" /> |
76 |
<item color="#00B6DD" /> |
77 |
<item color="#00A5D9" /> |
78 |
<item color="#008FC5" /> |
79 |
<item color="#007FB1" /> |
80 |
</palette> |
81 |
</palettes> |
82 |
</chart> |
83 |
</charts> |
84 |
</anychart> |