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/wa.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="53001" y="1873.10027697734" /> |
44 |
<point name="53003" y="1599.54970963278" /> |
45 |
<point name="53005" y="793.426675160149" /> |
46 |
<point name="53007" y="998.62861307274" /> |
47 |
<point name="53009" y="180.760685438644" /> |
48 |
<point name="53011" y="558.44604529368" /> |
49 |
<point name="53013" y="197.292350324473" /> |
50 |
<point name="53015" y="1611.14136577171" /> |
51 |
<point name="53017" y="199.434439744537" /> |
52 |
<point name="53019" y="1194.82372849939" /> |
53 |
<point name="53021" y="1006.17851456915" /> |
54 |
<point name="53023" y="603.949227651558" /> |
55 |
<point name="53025" y="967.879584509823" /> |
56 |
<point name="53027" y="716.114566994884" /> |
57 |
<point name="53029" y="1194.17028184709" /> |
58 |
<point name="53031" y="404.301530869818" /> |
59 |
<point name="53033" y="1519.12586182315" /> |
60 |
<point name="53035" y="795.27378398705" /> |
61 |
<point name="53037" y="1279.52472645767" /> |
62 |
<point name="53039" y="902.002752247268" /> |
63 |
<point name="53041" y="1826.81696574521" /> |
64 |
<point name="53043" y="1047.75479298446" /> |
65 |
<point name="53045" y="670.28402940849" /> |
66 |
<point name="53047" y="1856.83874406705" /> |
67 |
<point name="53049" y="942.166862516742" /> |
68 |
<point name="53051" y="335.482514619586" /> |
69 |
<point name="53053" y="1511.64123486338" /> |
70 |
<point name="53055" y="869.667422431366" /> |
71 |
<point name="53057" y="343.913776960184" /> |
72 |
<point name="53059" y="431.477402537818" /> |
73 |
<point name="53061" y="349.383331997964" /> |
74 |
<point name="53063" y="55.2978534508952" /> |
75 |
<point name="53065" y="1535.61384954286" /> |
76 |
<point name="53067" y="1209.3015123202" /> |
77 |
<point name="53069" y="1496.88994674799" /> |
78 |
<point name="53071" y="693.81221695515" /> |
79 |
<point name="53073" y="1986.51519603399" /> |
80 |
<point name="53075" y="1091.55456027554" /> |
81 |
<point name="53077" y="550.359186972659" /> |
82 |
</series> |
83 |
</data> |
84 |
<palettes> |
85 |
<palette name="colorRange"> |
86 |
<item color="#A5DEE7" /> |
87 |
<item color="#83D1E1" /> |
88 |
<item color="#5ECAE2" /> |
89 |
<item color="#00B6DD" /> |
90 |
<item color="#00A5D9" /> |
91 |
<item color="#008FC5" /> |
92 |
<item color="#007FB1" /> |
93 |
</palette> |
94 |
</palettes> |
95 |
</chart> |
96 |
</charts> |
97 |
</anychart> |