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/pa.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="150" y="1476.12685127003" /> |
44 |
<point name="151" y="500.812795246398" /> |
45 |
<point name="152" y="1624.67731797354" /> |
46 |
<point name="153" y="953.55560209302" /> |
47 |
<point name="154" y="1915.74643362115" /> |
48 |
<point name="155" y="1689.01340090158" /> |
49 |
<point name="156" y="5.15639502795245" /> |
50 |
<point name="157" y="1557.77574775637" /> |
51 |
<point name="158" y="1728.22007244836" /> |
52 |
<point name="159" y="432.940605298123" /> |
53 |
<point name="160" y="1048.73521767963" /> |
54 |
<point name="161" y="1365.46741862105" /> |
55 |
<point name="162" y="1315.37466184952" /> |
56 |
<point name="163" y="1099.57589074018" /> |
57 |
<point name="164" y="578.358818114902" /> |
58 |
<point name="165" y="1385.04524779741" /> |
59 |
<point name="166" y="1760.92328958256" /> |
60 |
<point name="167" y="1234.89558847383" /> |
61 |
<point name="168" y="493.081853954625" /> |
62 |
<point name="169" y="511.146672308048" /> |
63 |
<point name="170" y="500.059446552796" /> |
64 |
<point name="171" y="926.978816709937" /> |
65 |
<point name="172" y="1651.09984932984" /> |
66 |
<point name="173" y="189.222931018669" /> |
67 |
<point name="174" y="21.3778354327091" /> |
68 |
<point name="175" y="1804.33439547398" /> |
69 |
<point name="176" y="699.550895346119" /> |
70 |
<point name="177" y="1089.34077205571" /> |
71 |
<point name="178" y="1575.61752925423" /> |
72 |
<point name="179" y="1043.56738042252" /> |
73 |
<point name="180" y="1827.27413150821" /> |
74 |
<point name="181" y="89.9318820284362" /> |
75 |
<point name="182" y="1529.28298969254" /> |
76 |
<point name="183" y="1298.99192289402" /> |
77 |
<point name="184" y="1735.27639346909" /> |
78 |
<point name="185" y="1049.77756135621" /> |
79 |
<point name="186" y="1518.82526814883" /> |
80 |
<point name="187" y="93.890248841555" /> |
81 |
<point name="188" y="793.932020102596" /> |
82 |
<point name="189" y="1414.95128134962" /> |
83 |
<point name="190" y="1718.58576206425" /> |
84 |
<point name="191" y="1613.02779690038" /> |
85 |
<point name="193" y="1517.29646116369" /> |
86 |
<point name="194" y="706.71729869522" /> |
87 |
<point name="195" y="577.404427610992" /> |
88 |
<point name="196" y="551.836272027267" /> |
89 |
</series> |
90 |
</data> |
91 |
<palettes> |
92 |
<palette name="colorRange"> |
93 |
<item color="#A5DEE7" /> |
94 |
<item color="#83D1E1" /> |
95 |
<item color="#5ECAE2" /> |
96 |
<item color="#00B6DD" /> |
97 |
<item color="#00A5D9" /> |
98 |
<item color="#008FC5" /> |
99 |
<item color="#007FB1" /> |
100 |
</palette> |
101 |
</palettes> |
102 |
</chart> |
103 |
</charts> |
104 |
</anychart> |