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/nd.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="38001" y="444.484114853891" /> |
44 |
<point name="38003" y="1727.54080767163" /> |
45 |
<point name="38005" y="1889.6892209955" /> |
46 |
<point name="38007" y="149.892370286348" /> |
47 |
<point name="38009" y="1558.57172680952" /> |
48 |
<point name="38011" y="1316.75504768116" /> |
49 |
<point name="38013" y="1934.28440947751" /> |
50 |
<point name="38015" y="452.272229107224" /> |
51 |
<point name="38017" y="1082.34455486869" /> |
52 |
<point name="38019" y="1494.06855250433" /> |
53 |
<point name="38021" y="135.575290832471" /> |
54 |
<point name="38023" y="1472.41094404478" /> |
55 |
<point name="38025" y="1.55109539700257" /> |
56 |
<point name="38027" y="780.489316573594" /> |
57 |
<point name="38029" y="1613.52666449432" /> |
58 |
<point name="38031" y="733.924880965578" /> |
59 |
<point name="38033" y="312.085610959719" /> |
60 |
<point name="38035" y="235.736770665151" /> |
61 |
<point name="38037" y="655.098919130442" /> |
62 |
<point name="38039" y="505.043667976299" /> |
63 |
<point name="38041" y="411.886668955854" /> |
64 |
<point name="38043" y="256.106877818753" /> |
65 |
<point name="38045" y="394.836904664914" /> |
66 |
<point name="38047" y="1506.87377318129" /> |
67 |
<point name="38049" y="1514.2359917584" /> |
68 |
<point name="38051" y="1825.57131528183" /> |
69 |
<point name="38053" y="1993.3461593433" /> |
70 |
<point name="38055" y="579.391151005119" /> |
71 |
<point name="38057" y="309.372528600214" /> |
72 |
<point name="38059" y="344.078995447643" /> |
73 |
<point name="38061" y="355.097086334181" /> |
74 |
<point name="38063" y="831.404238395116" /> |
75 |
<point name="38065" y="874.324937758187" /> |
76 |
<point name="38067" y="1960.71253994513" /> |
77 |
<point name="38069" y="1261.99693012144" /> |
78 |
<point name="38071" y="877.256777546022" /> |
79 |
<point name="38073" y="82.192557902165" /> |
80 |
<point name="38075" y="220.367809860207" /> |
81 |
<point name="38077" y="729.045825418572" /> |
82 |
<point name="38079" y="1661.10303702816" /> |
83 |
<point name="38081" y="98.6537877929647" /> |
84 |
<point name="38083" y="333.230792699955" /> |
85 |
<point name="38085" y="333.923169567214" /> |
86 |
<point name="38087" y="1251.71638431573" /> |
87 |
<point name="38089" y="1532.43243113739" /> |
88 |
<point name="38091" y="1751.9159548692" /> |
89 |
<point name="38093" y="631.6832251063" /> |
90 |
<point name="38095" y="1130.04930276892" /> |
91 |
<point name="38097" y="1391.20687329732" /> |
92 |
<point name="38099" y="489.063350711513" /> |
93 |
<point name="38101" y="160.557604469619" /> |
94 |
<point name="38103" y="1033.62763814331" /> |
95 |
<point name="38105" y="904.269986275709" /> |
96 |
</series> |
97 |
</data> |
98 |
<palettes> |
99 |
<palette name="colorRange"> |
100 |
<item color="#A5DEE7" /> |
101 |
<item color="#83D1E1" /> |
102 |
<item color="#5ECAE2" /> |
103 |
<item color="#00B6DD" /> |
104 |
<item color="#00A5D9" /> |
105 |
<item color="#008FC5" /> |
106 |
<item color="#007FB1" /> |
107 |
</palette> |
108 |
</palettes> |
109 |
</chart> |
110 |
</charts> |
111 |
</anychart> |