01 |
<?xml version="1.0" encoding="UTF-8"?> |
02 |
<anychart> |
03 |
<charts> |
04 |
<chart plot_type="Map"> |
05 |
<chart_settings> |
06 |
<title enabled="False"> |
07 |
<text><![CDATA[Japan Population 2005]]></text> |
08 |
</title> |
09 |
<legend enabled="True" ignore_auto_item="True" inside_dataplot="True" rows_padding="0"> |
10 |
<title text_align="Center"> |
11 |
<text><![CDATA[ |
12 |
Japan Population 2005 |
13 |
(in thousands) |
14 |
]]></text> |
15 |
</title> |
16 |
<format><![CDATA[{%Icon} - {%RangeMin}{numDecimals:0,scale:(1000)|()} - {%RangeMax}{numDecimals:0,scale:(1000)|()}]]></format> |
17 |
<items> |
18 |
<item source="Thresholds" /> |
19 |
</items> |
20 |
</legend> |
21 |
</chart_settings> |
22 |
<data_plot_settings> |
23 |
<map_series source="asia/japan.amap" id_column="REGION_NAME"> |
24 |
<projection type="Eckert1" /> |
25 |
<zoom factor="1" /> |
26 |
<grid> |
27 |
<background enabled="True"> |
28 |
<fill type="Gradient" enabled="True"> |
29 |
<gradient type="Radial" angle="45" focal_point="-0.5"> |
30 |
<key position="0" color="#448DCA" /> |
31 |
<key position="0.5" color="#448DCA" /> |
32 |
<key position="1" color="#549DDA" /> |
33 |
</gradient> |
34 |
</fill> |
35 |
<border enabled="False" /> |
36 |
</background> |
37 |
<meridians> |
38 |
<zero_grid_line enabled="False" opacity="0.2" /> |
39 |
<minor_grid_line enabled="True" /> |
40 |
</meridians> |
41 |
</grid> |
42 |
<defined_map_region> |
43 |
<tooltip_settings enabled="True"> |
44 |
<format><![CDATA[{%REGION_NAME} - {%Value}{numDecimals:2}]]></format> |
45 |
</tooltip_settings> |
46 |
<map_region_style> |
47 |
<fill type="Gradient" color="%Color" opacity="1"> |
48 |
<gradient angle="45"> |
49 |
<key position="0" color="%Color" opacity="1" /> |
50 |
<key position="1" color="Blend(DarkColor(%Color),%Color,0.4)" opacity="1" /> |
51 |
</gradient> |
52 |
</fill> |
53 |
<border color="White" /> |
54 |
<states> |
55 |
<pushed> |
56 |
<fill type="Gradient" color="%Color" opacity="1"> |
57 |
<gradient angle="45"> |
58 |
<key position="0" color="%Color" opacity="1" /> |
59 |
<key position="1" color="Blend(DarkColor(%Color),%Color,0.4)" opacity="1" /> |
60 |
</gradient> |
61 |
</fill> |
62 |
</pushed> |
63 |
</states> |
64 |
</map_region_style> |
65 |
<label_settings enabled="True"> |
66 |
<format><![CDATA[{%REGION_NAME}]]></format> |
67 |
</label_settings> |
68 |
</defined_map_region> |
69 |
<undefined_map_region> |
70 |
<tooltip_settings enabled="True"> |
71 |
<format><![CDATA[{%REGION_NAME} - NO DATA]]></format> |
72 |
</tooltip_settings> |
73 |
<label_settings enabled="True"> |
74 |
<format><![CDATA[{%REGION_ID}]]></format> |
75 |
</label_settings> |
76 |
<map_region_style color="RGB(220,220,220)"> |
77 |
<fill type="Gradient" color="%Color" opacity="1"> |
78 |
<gradient angle="45"> |
79 |
<key position="0" color="%Color" opacity="1" /> |
80 |
<key position="1" color="Blend(DarkColor(%Color),%Color,0.4)" opacity="1" /> |
81 |
</gradient> |
82 |
</fill> |
83 |
<border enabled="False" /> |
84 |
<states> |
85 |
<pushed> |
86 |
<fill type="Gradient" color="%Color" opacity="1"> |
87 |
<gradient angle="45"> |
88 |
<key position="0" color="%Color" opacity="1" /> |
89 |
<key position="1" color="Blend(DarkColor(%Color),%Color,0.4)" opacity="1" /> |
90 |
</gradient> |
91 |
</fill> |
92 |
</pushed> |
93 |
</states> |
94 |
</map_region_style> |
95 |
</undefined_map_region> |
96 |
</map_series> |
97 |
</data_plot_settings> |
98 |
<palettes> |
99 |
<palette name="trPalette" type="ColorRange" color_count="10"> |
100 |
<gradient> |
101 |
<key color="Green" /> |
102 |
<key color="Yellow" /> |
103 |
<key color="Rgb(240,10,10)" /> |
104 |
</gradient> |
105 |
</palette> |
106 |
</palettes> |
107 |
<thresholds> |
108 |
<threshold name="autoTr" type="Quantiles" range_count="10" palette="trPalette" /> |
109 |
</thresholds> |
110 |
<data> |
111 |
<series palette="Default" threshold="autoTr"> |
112 |
<point name="Chubu" y="21773306" /> |
113 |
<point name="Chugoku" y="6182900" /> |
114 |
<point name="Hokkaido" y="5627424" /> |
115 |
<point name="Kanto" y="28916267" /> |
116 |
<point name="Kyushu" y="13352022" /> |
117 |
<point name="Okinawa" y="1360830" /> |
118 |
<point name="Shikoku" y="5578845" /> |
119 |
<point name="Tohoku" y="9634466" /> |
120 |
</series> |
121 |
</data> |
122 |
</chart> |
123 |
</charts> |
124 |
</anychart> |