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/ga.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 = "300" y = "479.428824260565" /> |
44 |
< point name = "301" y = "954.204107147737" /> |
45 |
< point name = "302" y = "1540.42429455576" /> |
46 |
< point name = "303" y = "359.361259434075" /> |
47 |
< point name = "304" y = "1052.19562680097" /> |
48 |
< point name = "305" y = "1032.89771593776" /> |
49 |
< point name = "306" y = "211.466747434561" /> |
50 |
< point name = "307" y = "1032.24206950154" /> |
51 |
< point name = "308" y = "1128.60954326047" /> |
52 |
< point name = "309" y = "1382.59813905815" /> |
53 |
< point name = "310" y = "1188.81049993858" /> |
54 |
< point name = "312" y = "1782.56052256681" /> |
55 |
< point name = "313" y = "830.644297800327" /> |
56 |
< point name = "314" y = "779.931881828202" /> |
57 |
< point name = "315" y = "187.136712571204" /> |
58 |
< point name = "316" y = "534.525604236184" /> |
59 |
< point name = "317" y = "608.893397547721" /> |
60 |
< point name = "318" y = "1795.10554754879" /> |
61 |
< point name = "319" y = "47.1213134225092" /> |
62 |
</ series > |
63 |
</ data > |
64 |
< palettes > |
65 |
< palette name = "colorRange" > |
66 |
< item color = "#A5DEE7" /> |
67 |
< item color = "#83D1E1" /> |
68 |
< item color = "#5ECAE2" /> |
69 |
< item color = "#00B6DD" /> |
70 |
< item color = "#00A5D9" /> |
71 |
< item color = "#008FC5" /> |
72 |
< item color = "#007FB1" /> |
73 |
</ palette > |
74 |
</ palettes > |
75 |
</ chart > |
76 |
</ charts > |
77 |
</ anychart > |