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="/africa/egypt.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="EGY-ABA" y="1700.92797917357" /> |
44 |
<point name="EGY-ABH" y="367.108020171108" /> |
45 |
<point name="EGY-ADQ" y="1685.34097340207" /> |
46 |
<point name="EGY-AFY" y="1985.00388208078" /> |
47 |
<point name="EGY-AGH" y="1552.4185744824" /> |
48 |
<point name="EGY-AIM" y="1638.7061884807" /> |
49 |
<point name="EGY-AIS" y="707.570646287673" /> |
50 |
<point name="EGY-AJI" y="770.766700045563" /> |
51 |
<point name="EGY-AMI" y="1649.73816631815" /> |
52 |
<point name="EGY-AMN" y="1954.70250861473" /> |
53 |
<point name="EGY-AQH" y="1580.92998786873" /> |
54 |
<point name="EGY-AQL" y="1033.95584460066" /> |
55 |
<point name="EGY-ASH" y="27.4092629679522" /> |
56 |
<point name="EGY-ASN" y="1013.53790099432" /> |
57 |
<point name="EGY-ASW" y="940.961787915305" /> |
58 |
<point name="EGY-ASY" y="1092.36817205901" /> |
59 |
<point name="EGY-AWA" y="750.757147907632" /> |
60 |
<point name="EGY-BSA" y="789.21727220957" /> |
61 |
<point name="EGY-BSW" y="913.001857191791" /> |
62 |
<point name="EGY-DMY" y="1745.94438343586" /> |
63 |
<point name="EGY-JSI" y="1661.66096444319" /> |
64 |
<point name="EGY-KAS" y="1078.03275300098" /> |
65 |
<point name="EGY-MNT" y="1715.37723099598" /> |
66 |
<point name="EGY-QIN" y="1969.7526804962" /> |
67 |
<point name="EGY-SSI" y="993.588136971736" /> |
68 |
<point name="EGY-SUH" y="982.576692003094" /> |
69 |
</series> |
70 |
</data> |
71 |
<palettes> |
72 |
<palette name="colorRange"> |
73 |
<item color="#A5DEE7" /> |
74 |
<item color="#83D1E1" /> |
75 |
<item color="#5ECAE2" /> |
76 |
<item color="#00B6DD" /> |
77 |
<item color="#00A5D9" /> |
78 |
<item color="#008FC5" /> |
79 |
<item color="#007FB1" /> |
80 |
</palette> |
81 |
</palettes> |
82 |
</chart> |
83 |
</charts> |
84 |
</anychart> |