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/ny.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="063" y="1085.75737154379" /> |
44 |
<point name="100" y="308.85850466269" /> |
45 |
<point name="101" y="287.421913951366" /> |
46 |
<point name="102" y="1720.09390579541" /> |
47 |
<point name="103" y="1923.6305681633" /> |
48 |
<point name="104" y="1507.34938658185" /> |
49 |
<point name="105" y="225.64114454465" /> |
50 |
<point name="106" y="453.342773231372" /> |
51 |
<point name="107" y="57.7846467764045" /> |
52 |
<point name="108" y="1570.37254961691" /> |
53 |
<point name="109" y="1371.44248530801" /> |
54 |
<point name="110" y="961.171817482063" /> |
55 |
<point name="111" y="693.40901109083" /> |
56 |
<point name="112" y="843.749196661519" /> |
57 |
<point name="113" y="1180.10314329532" /> |
58 |
<point name="114" y="664.749677602551" /> |
59 |
<point name="115" y="1698.66093327229" /> |
60 |
<point name="116" y="794.937311110523" /> |
61 |
<point name="117" y="814.717900387346" /> |
62 |
<point name="118" y="504.443953979967" /> |
63 |
<point name="119" y="262.086076783988" /> |
64 |
<point name="120" y="1716.10356854093" /> |
65 |
<point name="121" y="1172.78920727446" /> |
66 |
<point name="122" y="529.778407201999" /> |
67 |
<point name="123" y="1945.02359998646" /> |
68 |
<point name="124" y="1926.98774669645" /> |
69 |
<point name="125" y="1394.12312926451" /> |
70 |
<point name="126" y="673.647270851604" /> |
71 |
<point name="127" y="450.411777221789" /> |
72 |
<point name="128" y="1111.27275652777" /> |
73 |
<point name="129" y="938.254150067574" /> |
74 |
<point name="130" y="1758.70891090422" /> |
75 |
<point name="131" y="597.597070316597" /> |
76 |
<point name="132" y="1744.61326549976" /> |
77 |
<point name="133" y="86.201732087043" /> |
78 |
<point name="134" y="362.820530479225" /> |
79 |
<point name="135" y="161.168280132659" /> |
80 |
<point name="136" y="1840.96353586808" /> |
81 |
<point name="137" y="176.313664846268" /> |
82 |
<point name="138" y="211.160408431273" /> |
83 |
<point name="139" y="121.437145453616" /> |
84 |
<point name="140" y="387.949865492037" /> |
85 |
<point name="141" y="44.2011459005071" /> |
86 |
<point name="142" y="1690.54925520464" /> |
87 |
<point name="143" y="1888.7738165859" /> |
88 |
<point name="144" y="1952.16022429623" /> |
89 |
<point name="145" y="814.628502733367" /> |
90 |
<point name="146" y="1741.13239242748" /> |
91 |
<point name="147" y="1451.33344617269" /> |
92 |
<point name="148" y="1506.27617794381" /> |
93 |
<point name="149" y="181.645192290491" /> |
94 |
</series> |
95 |
</data> |
96 |
<palettes> |
97 |
<palette name="colorRange"> |
98 |
<item color="#A5DEE7" /> |
99 |
<item color="#83D1E1" /> |
100 |
<item color="#5ECAE2" /> |
101 |
<item color="#00B6DD" /> |
102 |
<item color="#00A5D9" /> |
103 |
<item color="#008FC5" /> |
104 |
<item color="#007FB1" /> |
105 |
</palette> |
106 |
</palettes> |
107 |
</chart> |
108 |
</charts> |
109 |
</anychart> |