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="/usa/states/counties/ak.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="02013" y="562.369567603976" /> |
44 |
<point name="02016" y="669.064796841268" /> |
45 |
<point name="02020" y="1341.80123887109" /> |
46 |
<point name="02050" y="430.944817341373" /> |
47 |
<point name="02060" y="1407.57884430121" /> |
48 |
<point name="02070" y="1494.80182095189" /> |
49 |
<point name="02090" y="670.545040010728" /> |
50 |
<point name="02100" y="34.005058945159" /> |
51 |
<point name="02110" y="912.882806227022" /> |
52 |
<point name="02122" y="1005.64433774242" /> |
53 |
<point name="02130" y="1808.47076410822" /> |
54 |
<point name="02150" y="110.848102770209" /> |
55 |
<point name="02164" y="1167.75954103459" /> |
56 |
<point name="02170" y="725.552600214981" /> |
57 |
<point name="02180" y="237.21572581549" /> |
58 |
<point name="02185" y="887.330201867656" /> |
59 |
<point name="02188" y="369.748550639371" /> |
60 |
<point name="02201" y="196.303390989221" /> |
61 |
<point name="02220" y="1861.83361423287" /> |
62 |
<point name="02231" y="478.532684258433" /> |
63 |
<point name="02240" y="534.893485966555" /> |
64 |
<point name="02261" y="1682.60753978165" /> |
65 |
<point name="02270" y="92.6181851386177" /> |
66 |
<point name="02280" y="1357.64338046203" /> |
67 |
<point name="02290" y="993.425245859392" /> |
68 |
</series> |
69 |
</data> |
70 |
<palettes> |
71 |
<palette name="colorRange"> |
72 |
<item color="#A5DEE7" /> |
73 |
<item color="#83D1E1" /> |
74 |
<item color="#5ECAE2" /> |
75 |
<item color="#00B6DD" /> |
76 |
<item color="#00A5D9" /> |
77 |
<item color="#008FC5" /> |
78 |
<item color="#007FB1" /> |
79 |
</palette> |
80 |
</palettes> |
81 |
</chart> |
82 |
</charts> |
83 |
</anychart> |