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/az.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="04001" y="952.739047330217" /> |
44 |
<point name="04003" y="861.019087424976" /> |
45 |
<point name="04005" y="679.056654069133" /> |
46 |
<point name="04007" y="1664.40651363898" /> |
47 |
<point name="04009" y="1399.69470975906" /> |
48 |
<point name="04011" y="1676.46583527162" /> |
49 |
<point name="04012" y="450.06029049403" /> |
50 |
<point name="04013" y="1138.43803347016" /> |
51 |
<point name="04015" y="583.318231898974" /> |
52 |
<point name="04017" y="1868.21238969835" /> |
53 |
<point name="04019" y="1485.76349647984" /> |
54 |
<point name="04021" y="515.143703909192" /> |
55 |
<point name="04023" y="1789.72518806799" /> |
56 |
<point name="04025" y="981.379294293644" /> |
57 |
<point name="04027" y="1635.47140063507" /> |
58 |
</series> |
59 |
</data> |
60 |
<palettes> |
61 |
<palette name="colorRange"> |
62 |
<item color="#A5DEE7" /> |
63 |
<item color="#83D1E1" /> |
64 |
<item color="#5ECAE2" /> |
65 |
<item color="#00B6DD" /> |
66 |
<item color="#00A5D9" /> |
67 |
<item color="#008FC5" /> |
68 |
<item color="#007FB1" /> |
69 |
</palette> |
70 |
</palettes> |
71 |
</chart> |
72 |
</charts> |
73 |
</anychart> |