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/nc.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 = "270" y = "695.387891817553" /> |
44 |
< point name = "271" y = "116.904214078982" /> |
45 |
< point name = "272" y = "950.16649875332" /> |
46 |
< point name = "273" y = "486.632209497798" /> |
47 |
< point name = "274" y = "1931.51470270544" /> |
48 |
< point name = "275" y = "1325.68537226212" /> |
49 |
< point name = "276" y = "446.125894061348" /> |
50 |
< point name = "277" y = "1348.90979870637" /> |
51 |
< point name = "278" y = "387.349221104453" /> |
52 |
< point name = "279" y = "707.804497660978" /> |
53 |
< point name = "280" y = "1694.1497529364" /> |
54 |
< point name = "281" y = "556.876216343081" /> |
55 |
< point name = "282" y = "71.4433640574307" /> |
56 |
< point name = "283" y = "587.922502582857" /> |
57 |
< point name = "284" y = "1781.84746847574" /> |
58 |
< point name = "285" y = "1944.45410740769" /> |
59 |
< point name = "286" y = "1636.39859186318" /> |
60 |
< point name = "287" y = "354.979033747213" /> |
61 |
< point name = "288" y = "1136.35394682007" /> |
62 |
< point name = "289" y = "497.741254278338" /> |
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 > |