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/md.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 = "24001" y = "1838.15556757066" /> |
44 |
< point name = "24003" y = "372.886410156678" /> |
45 |
< point name = "24005" y = "1142.69160718782" /> |
46 |
< point name = "24009" y = "789.159723925013" /> |
47 |
< point name = "24011" y = "687.136785447196" /> |
48 |
< point name = "24013" y = "842.303377037078" /> |
49 |
< point name = "24015" y = "1920.11001236742" /> |
50 |
< point name = "24017" y = "1031.17152537739" /> |
51 |
< point name = "24019" y = "153.169451352753" /> |
52 |
< point name = "24021" y = "1306.29414008292" /> |
53 |
< point name = "24023" y = "1952.94330546304" /> |
54 |
< point name = "24025" y = "293.799649129528" /> |
55 |
< point name = "24027" y = "138.786380243854" /> |
56 |
< point name = "24029" y = "716.672001740277" /> |
57 |
< point name = "24031" y = "620.560233770199" /> |
58 |
< point name = "24033" y = "603.700807599212" /> |
59 |
< point name = "24035" y = "1222.31806778457" /> |
60 |
< point name = "24037" y = "1235.90500710341" /> |
61 |
< point name = "24039" y = "1887.50233216561" /> |
62 |
< point name = "24041" y = "1703.82305779672" /> |
63 |
< point name = "24043" y = "1194.25211343647" /> |
64 |
< point name = "24045" y = "921.932490040517" /> |
65 |
< point name = "24047" y = "143.584315731928" /> |
66 |
< point name = "24510" y = "170.403936025875" /> |
67 |
</ series > |
68 |
</ data > |
69 |
< palettes > |
70 |
< palette name = "colorRange" > |
71 |
< item color = "#A5DEE7" /> |
72 |
< item color = "#83D1E1" /> |
73 |
< item color = "#5ECAE2" /> |
74 |
< item color = "#00B6DD" /> |
75 |
< item color = "#00A5D9" /> |
76 |
< item color = "#008FC5" /> |
77 |
< item color = "#007FB1" /> |
78 |
</ palette > |
79 |
</ palettes > |
80 |
</ chart > |
81 |
</ charts > |
82 |
</ anychart > |