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="/asia/indonesia.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="IDN-ACE" y="815.511458933126" /> |
44 |
<point name="IDN-BAL" y="855.240697439406" /> |
45 |
<point name="IDN-BNG" y="1221.70602028338" /> |
46 |
<point name="IDN-IJA" y="860.250671794755" /> |
47 |
<point name="IDN-JAM" y="264.976498794265" /> |
48 |
<point name="IDN-JBA" y="472.868646715241" /> |
49 |
<point name="IDN-JRA" y="1237.52092441428" /> |
50 |
<point name="IDN-JTI" y="878.033208138325" /> |
51 |
<point name="IDN-JTN" y="79.8869468643735" /> |
52 |
<point name="IDN-KBA" y="516.620758230156" /> |
53 |
<point name="IDN-KSL" y="1113.75017888553" /> |
54 |
<point name="IDN-KTI" y="1255.29989938033" /> |
55 |
<point name="IDN-KTN" y="1678.34807079208" /> |
56 |
<point name="IDN-LMP" y="1278.24519354768" /> |
57 |
<point name="IDN-MAL" y="1955.87295478018" /> |
58 |
<point name="IDN-NTB" y="96.2931365223104" /> |
59 |
<point name="IDN-NTT" y="1960.44997217155" /> |
60 |
<point name="IDN-RIA" y="189.573933458689" /> |
61 |
<point name="IDN-SBA" y="565.697092826337" /> |
62 |
<point name="IDN-SSL" y="527.356709599195" /> |
63 |
<point name="IDN-SST" y="1240.27570674209" /> |
64 |
<point name="IDN-STG" y="1049.58305091112" /> |
65 |
<point name="IDN-STN" y="142.721742458046" /> |
66 |
<point name="IDN-SUA" y="816.436637573147" /> |
67 |
<point name="IDN-SUT" y="1050.55999525383" /> |
68 |
<point name="IDN-TTI" y="95.5811460016208" /> |
69 |
<point name="IDN-YGY" y="1720.88452601847" /> |
70 |
</series> |
71 |
</data> |
72 |
<palettes> |
73 |
<palette name="colorRange"> |
74 |
<item color="#A5DEE7" /> |
75 |
<item color="#83D1E1" /> |
76 |
<item color="#5ECAE2" /> |
77 |
<item color="#00B6DD" /> |
78 |
<item color="#00A5D9" /> |
79 |
<item color="#008FC5" /> |
80 |
<item color="#007FB1" /> |
81 |
</palette> |
82 |
</palettes> |
83 |
</chart> |
84 |
</charts> |
85 |
</anychart> |