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/ok.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 = "679" y = "1803.36742559605" /> |
44 |
< point name = "730" y = "1698.2542675446" /> |
45 |
< point name = "731" y = "655.037603646069" /> |
46 |
< point name = "734" y = "550.26768452966" /> |
47 |
< point name = "735" y = "371.174240657675" /> |
48 |
< point name = "736" y = "1472.07920042429" /> |
49 |
< point name = "737" y = "563.455467374742" /> |
50 |
< point name = "738" y = "507.24366330879" /> |
51 |
< point name = "739" y = "16.7190600264441" /> |
52 |
< point name = "740" y = "1370.40767603107" /> |
53 |
< point name = "741" y = "946.819379435302" /> |
54 |
< point name = "743" y = "1944.03406323122" /> |
55 |
< point name = "744" y = "691.84289625466" /> |
56 |
< point name = "745" y = "1491.91781296018" /> |
57 |
< point name = "746" y = "1579.20284642801" /> |
58 |
< point name = "747" y = "649.418358993446" /> |
59 |
< point name = "748" y = "1150.15118529562" /> |
60 |
< point name = "749" y = "634.915776846426" /> |
61 |
< point name = "790" y = "1680.97026351884" /> |
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 > |