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_48.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="AL" y="1844.75951355172" /> |
44 |
<point name="AR" y="1279.66903395935" /> |
45 |
<point name="AZ" y="974.185543588449" /> |
46 |
<point name="CA" y="1600.77103860712" /> |
47 |
<point name="CO" y="960.035171806829" /> |
48 |
<point name="CT" y="1530.07200710944" /> |
49 |
<point name="DC" y="332.730717180637" /> |
50 |
<point name="DE" y="1980.10416886774" /> |
51 |
<point name="FL" y="953.948392976983" /> |
52 |
<point name="GA" y="1205.6092131909" /> |
53 |
<point name="IA" y="233.093869980934" /> |
54 |
<point name="ID" y="1127.98585702106" /> |
55 |
<point name="IL" y="1169.3256577334" /> |
56 |
<point name="IN" y="77.3839839163162" /> |
57 |
<point name="KS" y="1838.1160226828" /> |
58 |
<point name="KY" y="902.661520476761" /> |
59 |
<point name="LA" y="918.258306066626" /> |
60 |
<point name="MA" y="356.324925253319" /> |
61 |
<point name="MD" y="995.581251101373" /> |
62 |
<point name="ME" y="87.9764473475406" /> |
63 |
<point name="MI" y="283.036262860073" /> |
64 |
<point name="MN" y="1831.83321814604" /> |
65 |
<point name="MO" y="684.457853755196" /> |
66 |
<point name="MS" y="178.575242021389" /> |
67 |
<point name="MT" y="1857.24241466133" /> |
68 |
<point name="NC" y="1683.62016961147" /> |
69 |
<point name="ND" y="558.767807930134" /> |
70 |
<point name="NE" y="1042.03437596654" /> |
71 |
<point name="NH" y="899.214024142928" /> |
72 |
<point name="NJ" y="459.796716673205" /> |
73 |
<point name="NM" y="1693.7508963485" /> |
74 |
<point name="NV" y="613.841709966698" /> |
75 |
<point name="NY" y="1417.97826784569" /> |
76 |
<point name="OH" y="48.987595387263" /> |
77 |
<point name="OK" y="79.8799293487705" /> |
78 |
<point name="OR" y="999.830245505939" /> |
79 |
<point name="PA" y="104.898966897698" /> |
80 |
<point name="RI" y="590.400920524449" /> |
81 |
<point name="SC" y="1054.8773980955" /> |
82 |
<point name="SD" y="1401.21234459859" /> |
83 |
<point name="TN" y="1132.39735138249" /> |
84 |
<point name="TX" y="1515.19672736302" /> |
85 |
<point name="UT" y="277.708564082956" /> |
86 |
<point name="VA" y="346.379744981592" /> |
87 |
<point name="VT" y="728.188011203049" /> |
88 |
<point name="WA" y="72.6116691122817" /> |
89 |
<point name="WI" y="1278.23695320554" /> |
90 |
<point name="WV" y="1438.05720630943" /> |
91 |
<point name="WY" y="6.90500066005858" /> |
92 |
</series> |
93 |
</data> |
94 |
<palettes> |
95 |
<palette name="colorRange"> |
96 |
<item color="#A5DEE7" /> |
97 |
<item color="#83D1E1" /> |
98 |
<item color="#5ECAE2" /> |
99 |
<item color="#00B6DD" /> |
100 |
<item color="#00A5D9" /> |
101 |
<item color="#008FC5" /> |
102 |
<item color="#007FB1" /> |
103 |
</palette> |
104 |
</palettes> |
105 |
</chart> |
106 |
</charts> |
107 |
</anychart> |