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/country/states.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="AK" y="1454.39003382548" /> |
44 |
<point name="AL" y="1087.71474337565" /> |
45 |
<point name="AR" y="1636.93013956627" /> |
46 |
<point name="AZ" y="367.309342309511" /> |
47 |
<point name="CA" y="967.919306348972" /> |
48 |
<point name="CO" y="1348.40799278971" /> |
49 |
<point name="CT" y="553.215466697335" /> |
50 |
<point name="DC" y="875.671194342743" /> |
51 |
<point name="DE" y="1283.51296730503" /> |
52 |
<point name="FL" y="343.041157509685" /> |
53 |
<point name="GA" y="555.801137609315" /> |
54 |
<point name="HI" y="723.690255882074" /> |
55 |
<point name="IA" y="547.360006974712" /> |
56 |
<point name="ID" y="1821.55728983765" /> |
57 |
<point name="IL" y="439.860347863222" /> |
58 |
<point name="IN" y="182.365950281902" /> |
59 |
<point name="KS" y="855.995949756352" /> |
60 |
<point name="KY" y="1916.36664789001" /> |
61 |
<point name="LA" y="1317.21729753409" /> |
62 |
<point name="MA" y="81.2737290194601" /> |
63 |
<point name="MD" y="45.0628930912646" /> |
64 |
<point name="ME" y="620.957969977035" /> |
65 |
<point name="MI" y="206.147211699815" /> |
66 |
<point name="MN" y="519.130718204719" /> |
67 |
<point name="MO" y="1780.88817921508" /> |
68 |
<point name="MS" y="1806.27352083394" /> |
69 |
<point name="MT" y="1253.34004184852" /> |
70 |
<point name="NC" y="626.340874762433" /> |
71 |
<point name="ND" y="1774.00827211049" /> |
72 |
<point name="NE" y="527.502092778451" /> |
73 |
<point name="NH" y="804.73091490787" /> |
74 |
<point name="NJ" y="282.618738842485" /> |
75 |
<point name="NM" y="486.292348469744" /> |
76 |
<point name="NV" y="494.608937992998" /> |
77 |
<point name="NY" y="430.805267966727" /> |
78 |
<point name="OH" y="312.873214628954" /> |
79 |
<point name="OK" y="747.241978881528" /> |
80 |
<point name="OR" y="337.474207550974" /> |
81 |
<point name="PA" y="437.259042839175" /> |
82 |
<point name="RI" y="197.421471680245" /> |
83 |
<point name="SC" y="1535.24873477186" /> |
84 |
<point name="SD" y="290.118795954678" /> |
85 |
<point name="TN" y="804.613248819771" /> |
86 |
<point name="TX" y="1330.21170149101" /> |
87 |
<point name="UT" y="39.5574001779581" /> |
88 |
<point name="VA" y="1472.93562138124" /> |
89 |
<point name="VT" y="184.51422182122" /> |
90 |
<point name="WA" y="466.771736958424" /> |
91 |
<point name="WI" y="1949.89502800158" /> |
92 |
<point name="WV" y="778.532032286065" /> |
93 |
<point name="WY" y="1416.67042738603" /> |
94 |
</series> |
95 |
</data> |
96 |
<palettes> |
97 |
<palette name="colorRange"> |
98 |
<item color="#A5DEE7" /> |
99 |
<item color="#83D1E1" /> |
100 |
<item color="#5ECAE2" /> |
101 |
<item color="#00B6DD" /> |
102 |
<item color="#00A5D9" /> |
103 |
<item color="#008FC5" /> |
104 |
<item color="#007FB1" /> |
105 |
</palette> |
106 |
</palettes> |
107 |
</chart> |
108 |
</charts> |
109 |
</anychart> |