Subversion-Projekte lars-tiefland.ci

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
776 lars 1
<html>
2
 
3
    <head>
4
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
6
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
7
        <script src="http://www.amcharts.com/lib/3/ammap.js"></script>
8
        <script src="http://www.amcharts.com/lib/3/maps/js/usaLow.js"></script>
9
        <!-- Export plugin includes and styles -->
10
        <script src="../export.js"></script>
11
        <link type="text/css" href="../export.css" rel="stylesheet">
12
        <style>
13
            body,
14
            html {
15
                height: 100%;
16
                padding: 0;
17
                margin: 0;
18
                overflow: hidden;
19
                font-size: 11px;
20
                font-family: Verdana;
21
            }
22
 
23
            #chartdiv {
24
                width: 100%;
25
                height: 100%;
26
            }
27
        </style>
28
        <script type="text/javascript">
29
            var map = AmCharts.makeChart("chartdiv",
30
            {
31
                "type": "map",
32
                "colorSteps": 10,
33
                "dataProvider":
34
                {
35
                    "map": "usaLow",
36
                    "areas": [
37
                    {
38
                        "id": "US-AL",
39
                        "value": 4447100
40
                    },
41
                    {
42
                        "id": "US-AK",
43
                        "value": 626932
44
                    },
45
                    {
46
                        "id": "US-AZ",
47
                        "value": 5130632
48
                    },
49
                    {
50
                        "id": "US-AR",
51
                        "value": 2673400
52
                    },
53
                    {
54
                        "id": "US-CA",
55
                        "value": 33871648
56
                    },
57
                    {
58
                        "id": "US-CO",
59
                        "value": 4301261
60
                    },
61
                    {
62
                        "id": "US-CT",
63
                        "value": 3405565
64
                    },
65
                    {
66
                        "id": "US-DE",
67
                        "value": 783600
68
                    },
69
                    {
70
                        "id": "US-FL",
71
                        "value": 15982378
72
                    },
73
                    {
74
                        "id": "US-GA",
75
                        "value": 8186453
76
                    },
77
                    {
78
                        "id": "US-HI",
79
                        "value": 1211537
80
                    },
81
                    {
82
                        "id": "US-ID",
83
                        "value": 1293953
84
                    },
85
                    {
86
                        "id": "US-IL",
87
                        "value": 12419293
88
                    },
89
                    {
90
                        "id": "US-IN",
91
                        "value": 6080485
92
                    },
93
                    {
94
                        "id": "US-IA",
95
                        "value": 2926324
96
                    },
97
                    {
98
                        "id": "US-KS",
99
                        "value": 2688418
100
                    },
101
                    {
102
                        "id": "US-KY",
103
                        "value": 4041769
104
                    },
105
                    {
106
                        "id": "US-LA",
107
                        "value": 4468976
108
                    },
109
                    {
110
                        "id": "US-ME",
111
                        "value": 1274923
112
                    },
113
                    {
114
                        "id": "US-MD",
115
                        "value": 5296486
116
                    },
117
                    {
118
                        "id": "US-MA",
119
                        "value": 6349097
120
                    },
121
                    {
122
                        "id": "US-MI",
123
                        "value": 9938444
124
                    },
125
                    {
126
                        "id": "US-MN",
127
                        "value": 4919479
128
                    },
129
                    {
130
                        "id": "US-MS",
131
                        "value": 2844658
132
                    },
133
                    {
134
                        "id": "US-MO",
135
                        "value": 5595211
136
                    },
137
                    {
138
                        "id": "US-MT",
139
                        "value": 902195
140
                    },
141
                    {
142
                        "id": "US-NE",
143
                        "value": 1711263
144
                    },
145
                    {
146
                        "id": "US-NV",
147
                        "value": 1998257
148
                    },
149
                    {
150
                        "id": "US-NH",
151
                        "value": 1235786
152
                    },
153
                    {
154
                        "id": "US-NJ",
155
                        "value": 8414350
156
                    },
157
                    {
158
                        "id": "US-NM",
159
                        "value": 1819046
160
                    },
161
                    {
162
                        "id": "US-NY",
163
                        "value": 18976457
164
                    },
165
                    {
166
                        "id": "US-NC",
167
                        "value": 8049313
168
                    },
169
                    {
170
                        "id": "US-ND",
171
                        "value": 642200
172
                    },
173
                    {
174
                        "id": "US-OH",
175
                        "value": 11353140
176
                    },
177
                    {
178
                        "id": "US-OK",
179
                        "value": 3450654
180
                    },
181
                    {
182
                        "id": "US-OR",
183
                        "value": 3421399
184
                    },
185
                    {
186
                        "id": "US-PA",
187
                        "value": 12281054
188
                    },
189
                    {
190
                        "id": "US-RI",
191
                        "value": 1048319
192
                    },
193
                    {
194
                        "id": "US-SC",
195
                        "value": 4012012
196
                    },
197
                    {
198
                        "id": "US-SD",
199
                        "value": 754844
200
                    },
201
                    {
202
                        "id": "US-TN",
203
                        "value": 5689283
204
                    },
205
                    {
206
                        "id": "US-TX",
207
                        "value": 20851820,
208
                        "description": "<p>Texas is the second most populous (after California) and the second largest of the 50 U.S. states (after Alaska) in the United States of America, and the largest state in the 48 contiguous United States. Geographically located in the south central part of the country, Texas shares an international border with the Mexican states of Chihuahua, Coahuila, Nuevo León, and Tamaulipas to the south and borders the U.S. states of New Mexico to the west, Oklahoma to the north, Arkansas to the northeast, and Louisiana to the east. Texas has an area of 268,820 square miles (696,200 km2) and a growing population of over 26.9 million residents (July 2014).</p>"
209
                    },
210
                    {
211
                        "id": "US-UT",
212
                        "value": 2233169
213
                    },
214
                    {
215
                        "id": "US-VT",
216
                        "value": 608827
217
                    },
218
                    {
219
                        "id": "US-VA",
220
                        "value": 7078515
221
                    },
222
                    {
223
                        "id": "US-WA",
224
                        "value": 5894121
225
                    },
226
                    {
227
                        "id": "US-WV",
228
                        "value": 1808344
229
                    },
230
                    {
231
                        "id": "US-WI",
232
                        "value": 5363675
233
                    },
234
                    {
235
                        "id": "US-WY",
236
                        "value": 493782
237
                    }]
238
                },
239
                "areasSettings":
240
                {
241
                    "autoZoom": true
242
                },
243
                "smallMap":
244
                {
245
                    "top": 50,
246
                    "right": 50
247
                },
248
                "valueLegend":
249
                {
250
                    "right": 10,
251
                    "minValue": "little",
252
                    "maxValue": "a lot!"
253
                },
254
                "export":
255
                {
256
                    "enabled": true
257
                }
258
            });
259
        </script>
260
    </head>
261
 
262
    <body>
263
        <div id="chartdiv"></div>
264
    </body>
265
 
266
</html>