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="/custom/usa_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="739.174661570776" /> |
44 |
<point name="AL" y="47.1626315485512" /> |
45 |
<point name="AR" y="1251.82300678074" /> |
46 |
<point name="AZ" y="1600.27842856957" /> |
47 |
<point name="CA" y="182.491667653663" /> |
48 |
<point name="CO" y="698.733171773485" /> |
49 |
<point name="CT" y="1191.06333665134" /> |
50 |
<point name="DC" y="825.202862185055" /> |
51 |
<point name="DE" y="1096.39262552205" /> |
52 |
<point name="FL" y="792.889634516504" /> |
53 |
<point name="GA" y="774.240479233787" /> |
54 |
<point name="HI" y="1761.19852706846" /> |
55 |
<point name="IA" y="371.772106910018" /> |
56 |
<point name="ID" y="693.336457336944" /> |
57 |
<point name="IL" y="1123.34973044849" /> |
58 |
<point name="IN" y="42.4492517683884" /> |
59 |
<point name="KS" y="1895.53506481253" /> |
60 |
<point name="KY" y="908.796008168159" /> |
61 |
<point name="LA" y="1859.06371095174" /> |
62 |
<point name="MA" y="136.200777318422" /> |
63 |
<point name="MD" y="838.617891463739" /> |
64 |
<point name="ME" y="658.805419997687" /> |
65 |
<point name="MI" y="1512.51371368417" /> |
66 |
<point name="MN" y="660.273144329094" /> |
67 |
<point name="MO" y="345.164772283828" /> |
68 |
<point name="MS" y="1615.14124256332" /> |
69 |
<point name="MT" y="1609.18267704974" /> |
70 |
<point name="NC" y="1215.88746421779" /> |
71 |
<point name="ND" y="1170.21327799662" /> |
72 |
<point name="NE" y="822.897557552391" /> |
73 |
<point name="NH" y="54.3243214740997" /> |
74 |
<point name="NJ" y="1609.36753154237" /> |
75 |
<point name="NM" y="380.914815878922" /> |
76 |
<point name="NV" y="539.123384533042" /> |
77 |
<point name="NY" y="690.320438095518" /> |
78 |
<point name="OH" y="1865.56026892064" /> |
79 |
<point name="OK" y="1676.93637668944" /> |
80 |
<point name="OR" y="1199.17615838311" /> |
81 |
<point name="PA" y="1021.23479499539" /> |
82 |
<point name="RI" y="1982.0556705734" /> |
83 |
<point name="SC" y="114.636493900156" /> |
84 |
<point name="SD" y="1808.29183375849" /> |
85 |
<point name="TN" y="1454.97287318808" /> |
86 |
<point name="TX" y="425.219929043772" /> |
87 |
<point name="UT" y="1444.30536844037" /> |
88 |
<point name="VA" y="672.218475803835" /> |
89 |
<point name="VT" y="1674.52630106105" /> |
90 |
<point name="WA" y="708.088756868657" /> |
91 |
<point name="WI" y="1004.12393780617" /> |
92 |
<point name="WV" y="1683.95653259193" /> |
93 |
<point name="WY" y="434.545234048062" /> |
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> |