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/zip3/fl.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_ID}{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="320" y="806.669398586577" /> |
44 |
<point name="321" y="151.645579445942" /> |
45 |
<point name="322" y="570.784580228284" /> |
46 |
<point name="323" y="1956.07334187071" /> |
47 |
<point name="324" y="1507.62343383749" /> |
48 |
<point name="325" y="815.963515460474" /> |
49 |
<point name="326" y="769.765819781351" /> |
50 |
<point name="327" y="1981.70998505396" /> |
51 |
<point name="328" y="1417.10853083856" /> |
52 |
<point name="329" y="320.065209791095" /> |
53 |
<point name="330" y="1086.89466169425" /> |
54 |
<point name="331" y="361.12716717698" /> |
55 |
<point name="333" y="207.112532205466" /> |
56 |
<point name="334" y="1172.2738040482" /> |
57 |
<point name="335" y="1187.98074088431" /> |
58 |
<point name="336" y="1798.89871543222" /> |
59 |
<point name="337" y="1998.12129326077" /> |
60 |
<point name="338" y="1195.12573592138" /> |
61 |
<point name="339" y="1235.00972298673" /> |
62 |
<point name="341" y="87.0768810096555" /> |
63 |
<point name="342" y="1058.33537460227" /> |
64 |
<point name="344" y="1021.82825422931" /> |
65 |
<point name="346" y="1851.38630766952" /> |
66 |
<point name="347" y="712.932195846425" /> |
67 |
<point name="349" y="503.423827003419" /> |
68 |
</series> |
69 |
</data> |
70 |
<palettes> |
71 |
<palette name="colorRange"> |
72 |
<item color="#A5DEE7" /> |
73 |
<item color="#83D1E1" /> |
74 |
<item color="#5ECAE2" /> |
75 |
<item color="#00B6DD" /> |
76 |
<item color="#00A5D9" /> |
77 |
<item color="#008FC5" /> |
78 |
<item color="#007FB1" /> |
79 |
</palette> |
80 |
</palettes> |
81 |
</chart> |
82 |
</charts> |
83 |
</anychart> |