01 <?xml version="1.0" encoding="UTF-8"?>
02 <anychart>
03   <charts>
04     <chart plot_type="Map">
05       <chart_settings>
06         <title>
07           <text><![CDATA[Fall Color in West Virginia]]></text>
08         </title>
09         <legend enabled="True" position="Right" align="Far" inside_dataplot="True">
10           <margin right="20" bottom="20" />
11           <format><![CDATA[{%Icon} {%Name}]]></format>
12           <title>
13             <text><![CDATA[Period]]></text>
14           </title>
15         </legend>
16         <data_plot_background>
17           <fill type="Image" image_url="./img/fall_leaves.jpg" opacity="0.2" />
18           <border enabled="False" />
19           <effects enabled="True" />
20         </data_plot_background>
21       </chart_settings>
22       <data_plot_settings>
23         <map_series source="./usa/states/counties/wv.amap" id_column="REGION_NAME">
24           <projection type="Eckert1" />
25           <grid enabled="False">
26             <background>
27               <fill opacity="0.3" color="White" />
28             </background>
29             <parallels>
30               <major_grid_line color="#523413" />
31               <labels>
32                 <font color="#523413" />
33               </labels>
34             </parallels>
35             <meridians>
36               <labels>
37                 <font color="#523413" />
38               </labels>
39             </meridians>
40           </grid>
41           <defined_map_region>
42             <tooltip_settings enabled="True">
43               <format><![CDATA[{%REGION_NAME}]]></format>
44             </tooltip_settings>
45             <map_region_style>
46               <fill type="Gradient">
47                 <gradient angle="-45" type="Linear" focal_point="-0.5">
48                   <key color="%Color" />
49                   <key color="Blend(DarkColor(%Color),%Color,0.5)" />
50                 </gradient>
51               </fill>
52               <border color="Green" />
53             </map_region_style>
54           </defined_map_region>
55           <border thickness="1" color="White" opacity="1" />
56           <effects>
57             <drop_shadow enabled="True" distance="1" />
58             <bevel enabled="True" distance="2" />
59           </effects>
60         </map_series>
61       </data_plot_settings>
62       <data>
63         <series name="Late September" color="#FFE500">
64           <point name="Hardy" />
65           <point name="Mineral" />
66           <point name="Grant" />
67           <point name="Tucker" />
68           <point name="Preston" />
69           <point name="Pendleton" />
70           <point name="Pocahontas" />
71         </series>
72         <series name="Early October" color="#CB7F2B">
73           <point name="Hancock" />
74           <point name="Brooke" />
75           <point name="Ohio" />
76           <point name="Marshall" />
77           <point name="Randolph" />
78           <point name="Webster" />
79         </series>
80         <series name="Mid October" color="#FDAA30">
81           <point name="Greenbrier" />
82           <point name="Nicholas" />
83           <point name="Barbour" />
84           <point name="Upshur" />
85           <point name="Lewis" />
86           <point name="Braxton" />
87           <point name="Gilmer" />
88           <point name="Calhoun" />
89           <point name="Wirt" />
90           <point name="Wood" />
91           <point name="Pleasants" />
92           <point name="Tyler" />
93           <point name="Wetzel" />
94           <point name="Monongalia" />
95           <point name="Marion" />
96           <point name="Taylor" />
97           <point name="Harrison" />
98           <point name="Doddridge" />
99           <point name="Ritchie" />
100         </series>
101         <series type="MapRegions" name="Late October" color="#F03D39">
102           <point name="McDowell" />
103           <point name="Mercer" />
104           <point name="Monroe" />
105           <point name="Mingo" />
106           <point name="Logan" />
107           <point name="Wyoming" />
108           <point name="Wayne" />
109           <point name="Lincoln" />
110           <point name="Cabell" />
111           <point name="Mason" />
112           <point name="Putnam" />
113           <point name="Kanawha" />
114           <point name="Boone" />
115           <point name="Summers" />
116           <point name="Raleigh" />
117           <point name="Fayette" />
118           <point name="Clay" />
119           <point name="Roane" />
120           <point name="Jackson" />
121           <point name="Hampshire" />
122           <point name="Morgan" />
123           <point name="Berkeley" />
124           <point name="Jefferson" />
125         </series>
126       </data>
127     </chart>
128   </charts>
129 </anychart>