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/sc.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="45001" y="486.032770241626" /> |
44 |
<point name="45003" y="1860.98673095041" /> |
45 |
<point name="45005" y="1371.91823654432" /> |
46 |
<point name="45007" y="1170.97257411618" /> |
47 |
<point name="45009" y="1325.0940131606" /> |
48 |
<point name="45011" y="1720.66634601013" /> |
49 |
<point name="45013" y="624.08745224778" /> |
50 |
<point name="45015" y="1981.17471299189" /> |
51 |
<point name="45017" y="1929.3884848847" /> |
52 |
<point name="45019" y="1281.91321030348" /> |
53 |
<point name="45021" y="1468.96106445648" /> |
54 |
<point name="45023" y="616.746730458339" /> |
55 |
<point name="45025" y="1861.18357342723" /> |
56 |
<point name="45027" y="140.643864004241" /> |
57 |
<point name="45029" y="1404.69250148381" /> |
58 |
<point name="45031" y="833.486317113734" /> |
59 |
<point name="45033" y="304.833628379197" /> |
60 |
<point name="45035" y="915.525465698692" /> |
61 |
<point name="45037" y="1155.20023235828" /> |
62 |
<point name="45039" y="87.3767333512086" /> |
63 |
<point name="45041" y="133.235670688206" /> |
64 |
<point name="45043" y="1291.82990886822" /> |
65 |
<point name="45045" y="1462.41015636474" /> |
66 |
<point name="45047" y="1201.4798760421" /> |
67 |
<point name="45049" y="288.03002288939" /> |
68 |
<point name="45051" y="1785.03660102609" /> |
69 |
<point name="45053" y="1959.54477785134" /> |
70 |
<point name="45055" y="1136.29049581303" /> |
71 |
<point name="45057" y="1040.2532727645" /> |
72 |
<point name="45059" y="1226.99047775333" /> |
73 |
<point name="45061" y="276.907960081896" /> |
74 |
<point name="45063" y="1541.14638247581" /> |
75 |
<point name="45065" y="1141.2504004041" /> |
76 |
<point name="45067" y="1832.88832094189" /> |
77 |
<point name="45069" y="904.084731314371" /> |
78 |
<point name="45071" y="485.393998439142" /> |
79 |
<point name="45073" y="183.874689128192" /> |
80 |
<point name="45075" y="210.996646532322" /> |
81 |
<point name="45077" y="502.145237523199" /> |
82 |
<point name="45079" y="1951.26971600171" /> |
83 |
<point name="45081" y="1155.18070904314" /> |
84 |
<point name="45083" y="1569.9158001551" /> |
85 |
<point name="45085" y="1987.98654041625" /> |
86 |
<point name="45087" y="785.212615870504" /> |
87 |
<point name="45089" y="1084.52939665156" /> |
88 |
<point name="45091" y="272.855938539308" /> |
89 |
</series> |
90 |
</data> |
91 |
<palettes> |
92 |
<palette name="colorRange"> |
93 |
<item color="#A5DEE7" /> |
94 |
<item color="#83D1E1" /> |
95 |
<item color="#5ECAE2" /> |
96 |
<item color="#00B6DD" /> |
97 |
<item color="#00A5D9" /> |
98 |
<item color="#008FC5" /> |
99 |
<item color="#007FB1" /> |
100 |
</palette> |
101 |
</palettes> |
102 |
</chart> |
103 |
</charts> |
104 |
</anychart> |