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/al.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 = "350" y = "1371.44929048207" /> |
44 |
< point name = "351" y = "1372.85405368211" /> |
45 |
< point name = "352" y = "1835.55318407507" /> |
46 |
< point name = "354" y = "295.725784402213" /> |
47 |
< point name = "355" y = "612.536088848736" /> |
48 |
< point name = "356" y = "886.503887775589" /> |
49 |
< point name = "357" y = "94.1371741211681" /> |
50 |
< point name = "358" y = "1873.90820489913" /> |
51 |
< point name = "359" y = "1499.23970433848" /> |
52 |
< point name = "360" y = "719.994962550697" /> |
53 |
< point name = "361" y = "1936.14087343968" /> |
54 |
< point name = "362" y = "395.402675678675" /> |
55 |
< point name = "363" y = "210.244767465743" /> |
56 |
< point name = "364" y = "1875.93657145087" /> |
57 |
< point name = "365" y = "389.781334618936" /> |
58 |
< point name = "366" y = "1829.56135265043" /> |
59 |
< point name = "367" y = "1095.14081156586" /> |
60 |
< point name = "368" y = "1515.16880444957" /> |
61 |
< point name = "369" y = "1502.50499672373" /> |
62 |
< point name = "388" y = "1305.9644165011" /> |
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 > |