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/ma.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="010" y="1587.40835803906" /> |
44 |
<point name="011" y="535.554160613359" /> |
45 |
<point name="012" y="1245.29539944851" /> |
46 |
<point name="013" y="422.996734465937" /> |
47 |
<point name="014" y="1491.85516475321" /> |
48 |
<point name="015" y="1179.29154409994" /> |
49 |
<point name="016" y="328.796320747955" /> |
50 |
<point name="017" y="190.575934103958" /> |
51 |
<point name="018" y="757.979382182462" /> |
52 |
<point name="019" y="45.2013174282393" /> |
53 |
<point name="020" y="441.480126437489" /> |
54 |
<point name="021" y="1169.71836945495" /> |
55 |
<point name="022" y="1451.04382999756" /> |
56 |
<point name="023" y="1683.92719220553" /> |
57 |
<point name="024" y="1984.49209052347" /> |
58 |
<point name="025" y="1239.48985582194" /> |
59 |
<point name="026" y="122.645990980159" /> |
60 |
<point name="027" y="75.0422906479995" /> |
61 |
</series> |
62 |
</data> |
63 |
<palettes> |
64 |
<palette name="colorRange"> |
65 |
<item color="#A5DEE7" /> |
66 |
<item color="#83D1E1" /> |
67 |
<item color="#5ECAE2" /> |
68 |
<item color="#00B6DD" /> |
69 |
<item color="#00A5D9" /> |
70 |
<item color="#008FC5" /> |
71 |
<item color="#007FB1" /> |
72 |
</palette> |
73 |
</palettes> |
74 |
</chart> |
75 |
</charts> |
76 |
</anychart> |