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/nm.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="35001" y="987.683756736891" /> |
44 |
<point name="35003" y="87.6823869010817" /> |
45 |
<point name="35005" y="329.791722041458" /> |
46 |
<point name="35006" y="1873.87540278671" /> |
47 |
<point name="35007" y="893.318609750512" /> |
48 |
<point name="35009" y="1392.60850352822" /> |
49 |
<point name="35011" y="727.242628451084" /> |
50 |
<point name="35013" y="1718.40787386448" /> |
51 |
<point name="35015" y="629.583220290757" /> |
52 |
<point name="35017" y="1756.74197811482" /> |
53 |
<point name="35019" y="538.998705585952" /> |
54 |
<point name="35021" y="825.293282431221" /> |
55 |
<point name="35023" y="618.818392333956" /> |
56 |
<point name="35025" y="980.821859548251" /> |
57 |
<point name="35027" y="209.081448711958" /> |
58 |
<point name="35028" y="1408.22649533312" /> |
59 |
<point name="35029" y="728.818686087066" /> |
60 |
<point name="35031" y="195.630445236168" /> |
61 |
<point name="35033" y="932.219962092219" /> |
62 |
<point name="35035" y="1683.41507841061" /> |
63 |
<point name="35037" y="1405.43170804411" /> |
64 |
<point name="35039" y="1019.3050908946" /> |
65 |
<point name="35041" y="1097.62854087056" /> |
66 |
<point name="35043" y="703.522701143996" /> |
67 |
<point name="35045" y="999.138720798837" /> |
68 |
<point name="35047" y="1448.48696861811" /> |
69 |
<point name="35049" y="1836.21042679819" /> |
70 |
<point name="35051" y="477.448783105914" /> |
71 |
<point name="35053" y="1951.02589668288" /> |
72 |
<point name="35055" y="1590.89432730847" /> |
73 |
<point name="35057" y="685.180264844177" /> |
74 |
<point name="35059" y="449.682132550367" /> |
75 |
<point name="35061" y="409.911635522689" /> |
76 |
</series> |
77 |
</data> |
78 |
<palettes> |
79 |
<palette name="colorRange"> |
80 |
<item color="#A5DEE7" /> |
81 |
<item color="#83D1E1" /> |
82 |
<item color="#5ECAE2" /> |
83 |
<item color="#00B6DD" /> |
84 |
<item color="#00A5D9" /> |
85 |
<item color="#008FC5" /> |
86 |
<item color="#007FB1" /> |
87 |
</palette> |
88 |
</palettes> |
89 |
</chart> |
90 |
</charts> |
91 |
</anychart> |