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/ky.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="380" y="869.798303986806" /> |
44 |
<point name="400" y="1146.15839773144" /> |
45 |
<point name="401" y="877.679698577933" /> |
46 |
<point name="402" y="1592.82295573169" /> |
47 |
<point name="403" y="1044.31149225883" /> |
48 |
<point name="404" y="1214.5617302575" /> |
49 |
<point name="405" y="1990.98199791786" /> |
50 |
<point name="406" y="136.67504402654" /> |
51 |
<point name="407" y="799.044968932422" /> |
52 |
<point name="408" y="245.166194739363" /> |
53 |
<point name="409" y="866.103232310202" /> |
54 |
<point name="410" y="186.856123705793" /> |
55 |
<point name="411" y="1452.60994855902" /> |
56 |
<point name="412" y="1035.75857590686" /> |
57 |
<point name="413" y="1585.39238739079" /> |
58 |
<point name="414" y="1254.82117443104" /> |
59 |
<point name="415" y="671.155753857994" /> |
60 |
<point name="416" y="235.063824912097" /> |
61 |
<point name="417" y="1725.48526698979" /> |
62 |
<point name="418" y="1709.9260714417" /> |
63 |
<point name="420" y="1282.42489103341" /> |
64 |
<point name="421" y="1592.8044289317" /> |
65 |
<point name="422" y="1399.84726039686" /> |
66 |
<point name="423" y="852.753099451192" /> |
67 |
<point name="424" y="1519.94946669785" /> |
68 |
<point name="425" y="1008.58177943555" /> |
69 |
<point name="426" y="1758.30994814556" /> |
70 |
<point name="427" y="187.350847845595" /> |
71 |
</series> |
72 |
</data> |
73 |
<palettes> |
74 |
<palette name="colorRange"> |
75 |
<item color="#A5DEE7" /> |
76 |
<item color="#83D1E1" /> |
77 |
<item color="#5ECAE2" /> |
78 |
<item color="#00B6DD" /> |
79 |
<item color="#00A5D9" /> |
80 |
<item color="#008FC5" /> |
81 |
<item color="#007FB1" /> |
82 |
</palette> |
83 |
</palettes> |
84 |
</chart> |
85 |
</charts> |
86 |
</anychart> |