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/regions/states/south.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 = "AL" y = "1748.92401311031" /> |
44 |
< point name = "AR" y = "855.305410388534" /> |
45 |
< point name = "DC" y = "1835.98285533301" /> |
46 |
< point name = "DE" y = "1847.11855084035" /> |
47 |
< point name = "FL" y = "414.177891991184" /> |
48 |
< point name = "GA" y = "384.467625238219" /> |
49 |
< point name = "KY" y = "889.466600906787" /> |
50 |
< point name = "LA" y = "1192.55984909486" /> |
51 |
< point name = "MD" y = "1387.74644089292" /> |
52 |
< point name = "MS" y = "1689.21911701989" /> |
53 |
< point name = "NC" y = "1147.35504293225" /> |
54 |
< point name = "OK" y = "1052.09384628203" /> |
55 |
< point name = "SC" y = "1535.4313000736" /> |
56 |
< point name = "TN" y = "959.716054126488" /> |
57 |
< point name = "TX" y = "417.430753082703" /> |
58 |
< point name = "VA" y = "1644.57204641987" /> |
59 |
< point name = "WV" y = "214.804499510119" /> |
60 |
</ series > |
61 |
</ data > |
62 |
< palettes > |
63 |
< palette name = "colorRange" > |
64 |
< item color = "#A5DEE7" /> |
65 |
< item color = "#83D1E1" /> |
66 |
< item color = "#5ECAE2" /> |
67 |
< item color = "#00B6DD" /> |
68 |
< item color = "#00A5D9" /> |
69 |
< item color = "#008FC5" /> |
70 |
< item color = "#007FB1" /> |
71 |
</ palette > |
72 |
</ palettes > |
73 |
</ chart > |
74 |
</ charts > |
75 |
</ anychart > |