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="/south_america/argentina.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="ARG-BAI" y="1881.94233732388" /> |
44 |
<point name="ARG-CHA" y="303.144827626247" /> |
45 |
<point name="ARG-CHB" y="1444.34811521524" /> |
46 |
<point name="ARG-CRD" y="1902.80594299678" /> |
47 |
<point name="ARG-CRR" y="938.113750395418" /> |
48 |
<point name="ARG-CTM" y="215.351176548447" /> |
49 |
<point name="ARG-DFD" y="665.047454957407" /> |
50 |
<point name="ARG-ERI" y="507.464588856075" /> |
51 |
<point name="ARG-FRM" y="862.212855770352" /> |
52 |
<point name="ARG-JUJ" y="1391.37927693845" /> |
53 |
<point name="ARG-LPA" y="1033.03403176043" /> |
54 |
<point name="ARG-LRI" y="1498.12195985491" /> |
55 |
<point name="ARG-MND" y="439.115123096441" /> |
56 |
<point name="ARG-MSN" y="822.085956494364" /> |
57 |
<point name="ARG-NEU" y="1962.06249574295" /> |
58 |
<point name="ARG-RNE" y="701.695951959908" /> |
59 |
<point name="ARG-SAL" y="1481.45454073393" /> |
60 |
<point name="ARG-SCR" y="1789.72198152436" /> |
61 |
<point name="ARG-SDE" y="610.212096297281" /> |
62 |
<point name="ARG-SFE" y="1342.28258083681" /> |
63 |
<point name="ARG-SJU" y="8.75729788502552" /> |
64 |
<point name="ARG-SLU" y="1075.50958966627" /> |
65 |
<point name="ARG-TCM" y="961.619464197019" /> |
66 |
<point name="ARG-TDF" y="1960.34318579377" /> |
67 |
</series> |
68 |
</data> |
69 |
<palettes> |
70 |
<palette name="colorRange"> |
71 |
<item color="#A5DEE7" /> |
72 |
<item color="#83D1E1" /> |
73 |
<item color="#5ECAE2" /> |
74 |
<item color="#00B6DD" /> |
75 |
<item color="#00A5D9" /> |
76 |
<item color="#008FC5" /> |
77 |
<item color="#007FB1" /> |
78 |
</palette> |
79 |
</palettes> |
80 |
</chart> |
81 |
</charts> |
82 |
</anychart> |