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/nj.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="34001" y="270.073702684638" /> |
44 |
<point name="34003" y="698.286624019168" /> |
45 |
<point name="34005" y="1962.17602117088" /> |
46 |
<point name="34007" y="1043.70162405246" /> |
47 |
<point name="34009" y="445.774937256135" /> |
48 |
<point name="34011" y="1427.87868968578" /> |
49 |
<point name="34013" y="389.428305620993" /> |
50 |
<point name="34015" y="1664.50698378706" /> |
51 |
<point name="34017" y="670.648807040718" /> |
52 |
<point name="34019" y="1956.70685542594" /> |
53 |
<point name="34021" y="963.621811458665" /> |
54 |
<point name="34023" y="1842.43103668207" /> |
55 |
<point name="34025" y="620.384510895416" /> |
56 |
<point name="34027" y="332.653243249586" /> |
57 |
<point name="34029" y="1809.98174557927" /> |
58 |
<point name="34031" y="1423.55781394223" /> |
59 |
<point name="34033" y="1277.3284489649" /> |
60 |
<point name="34035" y="355.651979500266" /> |
61 |
<point name="34037" y="65.9675989607198" /> |
62 |
<point name="34039" y="1292.85885081294" /> |
63 |
<point name="34041" y="1153.57448493763" /> |
64 |
</series> |
65 |
</data> |
66 |
<palettes> |
67 |
<palette name="colorRange"> |
68 |
<item color="#A5DEE7" /> |
69 |
<item color="#83D1E1" /> |
70 |
<item color="#5ECAE2" /> |
71 |
<item color="#00B6DD" /> |
72 |
<item color="#00A5D9" /> |
73 |
<item color="#008FC5" /> |
74 |
<item color="#007FB1" /> |
75 |
</palette> |
76 |
</palettes> |
77 |
</chart> |
78 |
</charts> |
79 |
</anychart> |