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/mo.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="516" y="1977.7778377653" /> |
44 |
<point name="526" y="727.508451197068" /> |
45 |
<point name="630" y="582.550803470682" /> |
46 |
<point name="631" y="1656.45843076355" /> |
47 |
<point name="633" y="1483.97103021106" /> |
48 |
<point name="634" y="1360.95555841967" /> |
49 |
<point name="635" y="108.311571231257" /> |
50 |
<point name="636" y="1295.00890862896" /> |
51 |
<point name="637" y="428.414807854413" /> |
52 |
<point name="638" y="907.769373109457" /> |
53 |
<point name="639" y="118.772858809108" /> |
54 |
<point name="640" y="1574.01397059393" /> |
55 |
<point name="641" y="73.0094807562462" /> |
56 |
<point name="644" y="1939.75388628419" /> |
57 |
<point name="645" y="1382.74776534305" /> |
58 |
<point name="646" y="1959.7854260168" /> |
59 |
<point name="647" y="184.908347290432" /> |
60 |
<point name="648" y="515.00056801131" /> |
61 |
<point name="650" y="270.101583688567" /> |
62 |
<point name="651" y="107.185017367445" /> |
63 |
<point name="652" y="1772.2554839087" /> |
64 |
<point name="653" y="654.453998736317" /> |
65 |
<point name="654" y="1286.31823383566" /> |
66 |
<point name="655" y="1691.26575612056" /> |
67 |
<point name="656" y="732.486533342156" /> |
68 |
<point name="657" y="1467.784763066" /> |
69 |
<point name="658" y="576.216544292968" /> |
70 |
<point name="726" y="430.4990593486" /> |
71 |
</series> |
72 |
</data> |
73 |
<palettes> |
74 |
<palette name="colorRange"> |
75 |
<item color="#A5DEE7" /> |
76 |
<item color="#83D1E1" /> |
77 |
<item color="#5ECAE2" /> |
78 |
<item color="#00B6DD" /> |
79 |
<item color="#00A5D9" /> |
80 |
<item color="#008FC5" /> |
81 |
<item color="#007FB1" /> |
82 |
</palette> |
83 |
</palettes> |
84 |
</chart> |
85 |
</charts> |
86 |
</anychart> |