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/india.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="IND-AAN" y="815.511458933126" /> |
44 |
<point name="IND-APD" y="855.240697439406" /> |
45 |
<point name="IND-APR" y="1221.70602028338" /> |
46 |
<point name="IND-ASS" y="860.250671794755" /> |
47 |
<point name="IND-BIH" y="264.976498794265" /> |
48 |
<point name="IND-CHN" y="472.868646715241" /> |
49 |
<point name="IND-DAD" y="1237.52092441428" /> |
50 |
<point name="IND-DAN" y="878.033208138325" /> |
51 |
<point name="IND-DEL" y="79.8869468643735" /> |
52 |
<point name="IND-GJR" y="516.620758230156" /> |
53 |
<point name="IND-GOA" y="1113.75017888553" /> |
54 |
<point name="IND-HPR" y="1255.29989938033" /> |
55 |
<point name="IND-HRY" y="1678.34807079208" /> |
56 |
<point name="IND-JAK" y="1278.24519354768" /> |
57 |
<point name="IND-KER" y="1955.87295478018" /> |
58 |
<point name="IND-KRN" y="96.2931365223104" /> |
59 |
<point name="IND-LKS" y="1960.44997217155" /> |
60 |
<point name="IND-MGH" y="189.573933458689" /> |
61 |
<point name="IND-MHR" y="565.697092826337" /> |
62 |
<point name="IND-MNP" y="527.356709599195" /> |
63 |
<point name="IND-MPR" y="1240.27570674209" /> |
64 |
<point name="IND-MZR" y="1049.58305091112" /> |
65 |
<point name="IND-NGL" y="142.721742458046" /> |
66 |
<point name="IND-ORS" y="816.436637573147" /> |
67 |
<point name="IND-PND" y="1050.55999525383" /> |
68 |
<point name="IND-PNJ" y="95.5811460016208" /> |
69 |
<point name="IND-RJS" y="1720.88452601847" /> |
70 |
<point name="IND-SKK" y="949.086054670199" /> |
71 |
<point name="IND-TNA" y="1867.98990139178" /> |
72 |
<point name="IND-TRP" y="1827.21069912762" /> |
73 |
<point name="IND-UPR" y="1284.85499009716" /> |
74 |
<point name="IND-WBN" y="1111.08116671028" /> |
75 |
</series> |
76 |
</data> |
77 |
<palettes> |
78 |
<palette name="colorRange"> |
79 |
<item color="#A5DEE7" /> |
80 |
<item color="#83D1E1" /> |
81 |
<item color="#5ECAE2" /> |
82 |
<item color="#00B6DD" /> |
83 |
<item color="#00A5D9" /> |
84 |
<item color="#008FC5" /> |
85 |
<item color="#007FB1" /> |
86 |
</palette> |
87 |
</palettes> |
88 |
</chart> |
89 |
</charts> |
90 |
</anychart> |