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/zip3/in.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_ID}{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="460" y="1197.03887831282" /> |
44 |
<point name="461" y="343.599870029651" /> |
45 |
<point name="462" y="1908.03998425046" /> |
46 |
<point name="463" y="1189.53503816833" /> |
47 |
<point name="464" y="1499.73929929535" /> |
48 |
<point name="465" y="997.627529780207" /> |
49 |
<point name="466" y="549.281070264653" /> |
50 |
<point name="467" y="1086.14295957896" /> |
51 |
<point name="468" y="1087.54395651051" /> |
52 |
<point name="469" y="1182.63326547231" /> |
53 |
<point name="470" y="764.18739406587" /> |
54 |
<point name="471" y="765.422768315963" /> |
55 |
<point name="472" y="829.078182964156" /> |
56 |
<point name="473" y="1428.10049812687" /> |
57 |
<point name="474" y="586.236415703891" /> |
58 |
<point name="475" y="519.194285627079" /> |
59 |
<point name="476" y="60.3836495710461" /> |
60 |
<point name="477" y="1635.08401328469" /> |
61 |
<point name="478" y="913.373676554008" /> |
62 |
<point name="479" y="93.779599337736" /> |
63 |
</series> |
64 |
</data> |
65 |
<palettes> |
66 |
<palette name="colorRange"> |
67 |
<item color="#A5DEE7" /> |
68 |
<item color="#83D1E1" /> |
69 |
<item color="#5ECAE2" /> |
70 |
<item color="#00B6DD" /> |
71 |
<item color="#00A5D9" /> |
72 |
<item color="#008FC5" /> |
73 |
<item color="#007FB1" /> |
74 |
</palette> |
75 |
</palettes> |
76 |
</chart> |
77 |
</charts> |
78 |
</anychart> |