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[USA Sub-Regions]]></text> |
08 |
</title> |
09 |
</chart_settings> |
10 |
<data_plot_settings> |
11 |
<map_series source="usa/country/states.amap" id_column="REGION_NAME"> |
12 |
<border enabled="True" opacity="0.15" /> |
13 |
<effects enabled="True"> |
14 |
<drop_shadow enabled="True" opacity="0.4" distance="2" /> |
15 |
</effects> |
16 |
<grid> |
17 |
<parallels enabled="False" /> |
18 |
<meridians enabled="False" /> |
19 |
<background enabled="False" /> |
20 |
</grid> |
21 |
<defined_map_region> |
22 |
<label_settings enabled="True"> |
23 |
<format><![CDATA[{%REGION_ID}]]></format> |
24 |
<font color="Rgb(70,70,70)" /> |
25 |
<background enabled="False" /> |
26 |
</label_settings> |
27 |
<tooltip_settings enabled="True"> |
28 |
<format><![CDATA[ |
29 |
State: {%REGION_NAME} ({%REGION_ID}) |
30 |
Sub-Region: {%SeriesName} |
31 |
]]></format> |
32 |
</tooltip_settings> |
33 |
<map_region_style> |
34 |
<states> |
35 |
<hover> |
36 |
<border color="DarkColor(%Color)" /> |
37 |
</hover> |
38 |
<pushed> |
39 |
<border color="DarkColor(%Color)" /> |
40 |
</pushed> |
41 |
<selected_normal> |
42 |
<border color="DarkColor(%Color)" /> |
43 |
</selected_normal> |
44 |
<selected_hover> |
45 |
<border color="DarkColor(%Color)" /> |
46 |
</selected_hover> |
47 |
</states> |
48 |
</map_region_style> |
49 |
</defined_map_region> |
50 |
</map_series> |
51 |
</data_plot_settings> |
52 |
<data> |
53 |
<series name="New England"> |
54 |
<point name="Connecticut" /> |
55 |
<point name="Maine" /> |
56 |
<point name="Massachusetts" /> |
57 |
<point name="New Hampshire" /> |
58 |
<point name="Vermont" /> |
59 |
<point name="Rhode Island" /> |
60 |
</series> |
61 |
<series name="Middle Atlantic"> |
62 |
<point name="New Jersey" /> |
63 |
<point name="New York" /> |
64 |
<point name="Pennsylvania" /> |
65 |
</series> |
66 |
<series name="East North Central"> |
67 |
<point name="Illinois" /> |
68 |
<point name="Indiana" /> |
69 |
<point name="Michigan" /> |
70 |
<point name="Ohio" /> |
71 |
<point name="Wisconsin" /> |
72 |
</series> |
73 |
<series name="West North Central"> |
74 |
<point name="Iowa" /> |
75 |
<point name="Kansas" /> |
76 |
<point name="Minnesota" /> |
77 |
<point name="Missouri" /> |
78 |
<point name="Nebraska" /> |
79 |
<point name="North Dakota" /> |
80 |
<point name="South Dakota" /> |
81 |
</series> |
82 |
<series name="South Atlantic"> |
83 |
<point name="Delaware" /> |
84 |
<point name="District of Columbia" /> |
85 |
<point name="Florida" /> |
86 |
<point name="Georgia" /> |
87 |
<point name="Maryland" /> |
88 |
<point name="North Carolina" /> |
89 |
<point name="South Carolina" /> |
90 |
<point name="Virginia" /> |
91 |
<point name="West Virginia" /> |
92 |
</series> |
93 |
<series name="East South Central"> |
94 |
<point name="Alabama" /> |
95 |
<point name="Kentucky" /> |
96 |
<point name="Mississippi" /> |
97 |
<point name="Tennessee" /> |
98 |
</series> |
99 |
<series name="West South Central"> |
100 |
<point name="Arkansas" /> |
101 |
<point name="Louisiana" /> |
102 |
<point name="Oklahoma" /> |
103 |
<point name="Texas" /> |
104 |
</series> |
105 |
<series name="Mountain"> |
106 |
<point name="Arizona" /> |
107 |
<point name="Colorado" /> |
108 |
<point name="Idaho" /> |
109 |
<point name="Montana" /> |
110 |
<point name="Nevada" /> |
111 |
<point name="New Mexico" /> |
112 |
<point name="Utah" /> |
113 |
<point name="Wyoming" /> |
114 |
</series> |
115 |
<series name="Pacific"> |
116 |
<point name="Alaska" /> |
117 |
<point name="California" /> |
118 |
<point name="Hawaii" /> |
119 |
<point name="Oregon" /> |
120 |
<point name="Washington" /> |
121 |
</series> |
122 |
<series name="Labels" type="Marker" style="labelMarkerStyle" palette="Default"> |
123 |
<label enabled="True" style="subRegionLabelStyle"> |
124 |
<format><![CDATA[{%Name}]]></format> |
125 |
</label> |
126 |
<point name="New England" x="-70.047" y="44.7247" /> |
127 |
<point x="-76.0423" y="41.9034"> |
128 |
<name><![CDATA[ |
129 |
Middle |
130 |
Atlantic |
131 |
]]></name> |
132 |
</point> |
133 |
<point x="-80.4505" y="34.3212"> |
134 |
<name><![CDATA[ |
135 |
South |
136 |
Atlantic |
137 |
]]></name> |
138 |
</point> |
139 |
<point x="-88.209" y="33.9685"> |
140 |
<name><![CDATA[ |
141 |
East South |
142 |
Central |
143 |
]]></name> |
144 |
</point> |
145 |
<point x="-87.1511" y="41.5507"> |
146 |
<name><![CDATA[ |
147 |
East North |
148 |
Central |
149 |
]]></name> |
150 |
</point> |
151 |
<point x="-97.2019" y="31.3236"> |
152 |
<name><![CDATA[ |
153 |
West South |
154 |
Central |
155 |
]]></name> |
156 |
</point> |
157 |
<point x="-97.0256" y="43.314"> |
158 |
<name><![CDATA[ |
159 |
West North |
160 |
Central |
161 |
]]></name> |
162 |
</point> |
163 |
<point name="Mountain" x="-109.192" y="38.7874" /> |
164 |
<point name="Pacific" x="-119.948" y="41.7271" /> |
165 |
</series> |
166 |
</data> |
167 |
<styles> |
168 |
<marker_style name="labelMarkerStyle"> |
169 |
<marker type="None" /> |
170 |
</marker_style> |
171 |
<label_style name="subRegionLabelStyle" text_align="Center"> |
172 |
<background enabled="True"> |
173 |
<border enabled="True" thickness="1" type="Solid" opacity="1" color="%Color" dashed="False" dash_length="5" space_length="3" caps="Round" joints="Round"> |
174 |
<gradient angle="90" type="Linear" focal_point="0"> |
175 |
<key position="0" color="rgb(221,221,221)" opacity="1" /> |
176 |
<key position="1" color="rgb(208,208,208)" opacity="1" /> |
177 |
</gradient> |
178 |
</border> |
179 |
<fill enabled="True" type="Gradient" color="rgb(255,255,255)" opacity="1" image_mode="Stretch" image_url=""> |
180 |
<gradient angle="90" type="Linear" focal_point="0"> |
181 |
<key position="0" color="rgb(255,255,255)" opacity="1" /> |
182 |
<key position="0.5" color="rgb(243,243,243)" opacity="1" /> |
183 |
<key position="1" color="rgb(255,255,255)" opacity="1" /> |
184 |
</gradient> |
185 |
</fill> |
186 |
<hatch_fill enabled="False" type="BackwardDiagonal" color="rgb(0,0,0)" opacity="1" thickness="1" pattern_size="10" /> |
187 |
<inside_margin left="5" top="2" right="5" bottom="2" /> |
188 |
<corners type="Square" all="3" /> |
189 |
<effects enabled="True"> |
190 |
<drop_shadow enabled="True" opacity="0.3" angle="45" color="Black" distance="2" blur_x="2" blur_y="2" /> |
191 |
</effects> |
192 |
</background> |
193 |
</label_style> |
194 |
</styles> |
195 |
</chart> |
196 |
</charts> |
197 |
</anychart> |