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/nm.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="799" y="1412.99794586981" /> |
44 |
<point name="855" y="1506.2999769609" /> |
45 |
<point name="865" y="1317.78219962389" /> |
46 |
<point name="870" y="1316.80598823205" /> |
47 |
<point name="871" y="379.058375199818" /> |
48 |
<point name="873" y="1290.41518610456" /> |
49 |
<point name="874" y="783.94021689144" /> |
50 |
<point name="875" y="1402.81068878379" /> |
51 |
<point name="877" y="346.283634354493" /> |
52 |
<point name="878" y="507.839620349854" /> |
53 |
<point name="879" y="1269.52664706368" /> |
54 |
<point name="880" y="1539.73846209223" /> |
55 |
<point name="881" y="69.87724549597" /> |
56 |
<point name="882" y="1236.09111888152" /> |
57 |
<point name="883" y="180.947171608427" /> |
58 |
<point name="884" y="1929.12278879859" /> |
59 |
</series> |
60 |
</data> |
61 |
<palettes> |
62 |
<palette name="colorRange"> |
63 |
<item color="#A5DEE7" /> |
64 |
<item color="#83D1E1" /> |
65 |
<item color="#5ECAE2" /> |
66 |
<item color="#00B6DD" /> |
67 |
<item color="#00A5D9" /> |
68 |
<item color="#008FC5" /> |
69 |
<item color="#007FB1" /> |
70 |
</palette> |
71 |
</palettes> |
72 |
</chart> |
73 |
</charts> |
74 |
</anychart> |