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/id.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="16001" y="1231.82702028743" /> |
44 |
<point name="16003" y="1018.23201264172" /> |
45 |
<point name="16005" y="395.693987792215" /> |
46 |
<point name="16007" y="1428.42707756368" /> |
47 |
<point name="16009" y="1815.70184408487" /> |
48 |
<point name="16011" y="367.851706392994" /> |
49 |
<point name="16013" y="1905.93561525733" /> |
50 |
<point name="16015" y="1610.07082164757" /> |
51 |
<point name="16017" y="1223.99434783682" /> |
52 |
<point name="16019" y="1118.51972952416" /> |
53 |
<point name="16021" y="1770.31132009361" /> |
54 |
<point name="16023" y="1115.18835421428" /> |
55 |
<point name="16025" y="276.02166695335" /> |
56 |
<point name="16027" y="652.854686906959" /> |
57 |
<point name="16029" y="1627.59380304608" /> |
58 |
<point name="16031" y="473.476734232845" /> |
59 |
<point name="16033" y="132.55053206" /> |
60 |
<point name="16035" y="236.073243541677" /> |
61 |
<point name="16037" y="1119.90574520077" /> |
62 |
<point name="16039" y="902.602456930374" /> |
63 |
<point name="16041" y="1976.61755791708" /> |
64 |
<point name="16043" y="1587.75810226228" /> |
65 |
<point name="16045" y="1892.33172679894" /> |
66 |
<point name="16047" y="833.934104458398" /> |
67 |
<point name="16049" y="511.379254288682" /> |
68 |
<point name="16051" y="234.066083204963" /> |
69 |
<point name="16053" y="110.864253766306" /> |
70 |
<point name="16055" y="775.411302584881" /> |
71 |
<point name="16057" y="202.874528338609" /> |
72 |
<point name="16059" y="1664.28364145769" /> |
73 |
<point name="16061" y="1766.22626826457" /> |
74 |
<point name="16063" y="1127.99318094179" /> |
75 |
<point name="16065" y="1812.34171698445" /> |
76 |
<point name="16067" y="1425.40078676557" /> |
77 |
<point name="16069" y="672.685144782385" /> |
78 |
<point name="16071" y="1208.24846402195" /> |
79 |
<point name="16073" y="1907.53946821556" /> |
80 |
<point name="16075" y="1470.95883426767" /> |
81 |
<point name="16077" y="1103.09134754496" /> |
82 |
<point name="16079" y="1759.56373929957" /> |
83 |
<point name="16081" y="250.681007397678" /> |
84 |
<point name="16083" y="1421.31199101979" /> |
85 |
<point name="16085" y="260.573852928623" /> |
86 |
<point name="16087" y="669.716020426581" /> |
87 |
</series> |
88 |
</data> |
89 |
<palettes> |
90 |
<palette name="colorRange"> |
91 |
<item color="#A5DEE7" /> |
92 |
<item color="#83D1E1" /> |
93 |
<item color="#5ECAE2" /> |
94 |
<item color="#00B6DD" /> |
95 |
<item color="#00A5D9" /> |
96 |
<item color="#008FC5" /> |
97 |
<item color="#007FB1" /> |
98 |
</palette> |
99 |
</palettes> |
100 |
</chart> |
101 |
</charts> |
102 |
</anychart> |