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 = "/europe/hungary.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 = "HUN-BAZ" y = "1567.90965495999" /> |
44 |
< point name = "HUN-BDP" y = "919.268602933394" /> |
45 |
< point name = "HUN-BEK" y = "76.9757135198338" /> |
46 |
< point name = "HUN-BKS" y = "1929.31648992436" /> |
47 |
< point name = "HUN-BRN" y = "1028.48271607816" /> |
48 |
< point name = "HUN-CSN" y = "1807.82263717047" /> |
49 |
< point name = "HUN-FEJ" y = "931.989792237054" /> |
50 |
< point name = "HUN-GSP" y = "1455.86196028435" /> |
51 |
< point name = "HUN-HBI" y = "175.271751440722" /> |
52 |
< point name = "HUN-HEV" y = "252.542348696171" /> |
53 |
< point name = "HUN-KMR" y = "1695.25099904055" /> |
54 |
< point name = "HUN-NGR" y = "587.927731027793" /> |
55 |
< point name = "HUN-PES" y = "1123.72543994511" /> |
56 |
< point name = "HUN-SMG" y = "1151.16799862644" /> |
57 |
< point name = "HUN-SSZ" y = "1396.33004525505" /> |
58 |
< point name = "HUN-SZL" y = "35.2442665189711" /> |
59 |
< point name = "HUN-TOL" y = "1484.10710668383" /> |
60 |
< point name = "HUN-VAS" y = "630.541629451579" /> |
61 |
< point name = "HUN-VSZ" y = "1638.4815246046" /> |
62 |
< point name = "HUN-ZAL" y = "1726.73581341595" /> |
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 > |