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/mi.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 = "480" y = "305.018412091312" /> |
44 |
< point name = "481" y = "1924.94992349527" /> |
45 |
< point name = "482" y = "1612.91108914321" /> |
46 |
< point name = "483" y = "1253.17051320019" /> |
47 |
< point name = "484" y = "1939.39883724758" /> |
48 |
< point name = "485" y = "1144.02135794238" /> |
49 |
< point name = "486" y = "666.610643578046" /> |
50 |
< point name = "487" y = "244.476824181376" /> |
51 |
< point name = "488" y = "716.913795432501" /> |
52 |
< point name = "489" y = "1845.23644384241" /> |
53 |
< point name = "490" y = "16.8570205647764" /> |
54 |
< point name = "491" y = "152.580615204098" /> |
55 |
< point name = "492" y = "1449.47771516139" /> |
56 |
< point name = "493" y = "332.095808504194" /> |
57 |
< point name = "494" y = "383.591793656159" /> |
58 |
< point name = "495" y = "1224.15853721283" /> |
59 |
< point name = "496" y = "1574.13624300348" /> |
60 |
< point name = "497" y = "1915.0207563839" /> |
61 |
< point name = "498" y = "1457.98999325279" /> |
62 |
< point name = "499" y = "491.038545263483" /> |
63 |
</ series > |
64 |
</ data > |
65 |
< palettes > |
66 |
< palette name = "colorRange" > |
67 |
< item color = "#A5DEE7" /> |
68 |
< item color = "#83D1E1" /> |
69 |
< item color = "#5ECAE2" /> |
70 |
< item color = "#00B6DD" /> |
71 |
< item color = "#00A5D9" /> |
72 |
< item color = "#008FC5" /> |
73 |
< item color = "#007FB1" /> |
74 |
</ palette > |
75 |
</ palettes > |
76 |
</ chart > |
77 |
</ charts > |
78 |
</ anychart > |