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 = "/asia/syria.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 = "SYR-AHS" y = "1812.2094859426" /> |
44 |
< point name = "SYR-ALD" y = "401.849385538068" /> |
45 |
< point name = "SYR-AQN" y = "1305.95904370116" /> |
46 |
< point name = "SYR-ARQ" y = "1454.4450144537" /> |
47 |
< point name = "SYR-ASW" y = "1128.52730561445" /> |
48 |
< point name = "SYR-DAR" y = "1128.98433167906" /> |
49 |
< point name = "SYR-DAZ" y = "1031.21057200768" /> |
50 |
< point name = "SYR-DMS" y = "1403.56688639315" /> |
51 |
< point name = "SYR-HAL" y = "679.497476052259" /> |
52 |
< point name = "SYR-HAM" y = "1566.96322447013" /> |
53 |
< point name = "SYR-HIM" y = "973.674896626582" /> |
54 |
< point name = "SYR-IDL" y = "838.206795434564" /> |
55 |
< point name = "SYR-TRT" y = "163.078434841278" /> |
56 |
</ series > |
57 |
</ data > |
58 |
< palettes > |
59 |
< palette name = "colorRange" > |
60 |
< item color = "#A5DEE7" /> |
61 |
< item color = "#83D1E1" /> |
62 |
< item color = "#5ECAE2" /> |
63 |
< item color = "#00B6DD" /> |
64 |
< item color = "#00A5D9" /> |
65 |
< item color = "#008FC5" /> |
66 |
< item color = "#007FB1" /> |
67 |
</ palette > |
68 |
</ palettes > |
69 |
</ chart > |
70 |
</ charts > |
71 |
</ anychart > |