Subversion-Projekte lars-tiefland.ci

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
776 lars 1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html>
3
 
4
    <head>
5
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6
        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
7
        <title>amCharts Responsive Example</title>
8
        <link rel="stylesheet" href="http://www.amcharts.com/lib/3/ammap.css" type="text/css">
9
        <script src="http://www.amcharts.com/lib/3/ammap.js"></script>
10
        <script src="http://www.amcharts.com/lib/3/maps/js/usaLow.js"></script>
11
        <script src="../responsive.min.js"></script>
12
        <style>
13
            body,
14
            html {
15
                height: 100%;
16
                padding: 0;
17
                margin: 0;
18
            }
19
        </style>
20
        <script>
21
            var map = AmCharts.makeChart("chartdiv",
22
            {
23
                type: "map",
24
                "colorSteps": 10,
25
                "dataProvider":
26
                {
27
                    "map": "usaLow",
28
                    "areas": [
29
                    {
30
                        "id": "US-AL",
31
                        "value": 4447100
32
                    },
33
                    {
34
                        "id": "US-AK",
35
                        "value": 626932
36
                    },
37
                    {
38
                        "id": "US-AZ",
39
                        "value": 5130632
40
                    },
41
                    {
42
                        "id": "US-AR",
43
                        "value": 2673400
44
                    },
45
                    {
46
                        "id": "US-CA",
47
                        "value": 33871648
48
                    },
49
                    {
50
                        "id": "US-CO",
51
                        "value": 4301261
52
                    },
53
                    {
54
                        "id": "US-CT",
55
                        "value": 3405565
56
                    },
57
                    {
58
                        "id": "US-DE",
59
                        "value": 783600
60
                    },
61
                    {
62
                        "id": "US-FL",
63
                        "value": 15982378
64
                    },
65
                    {
66
                        "id": "US-GA",
67
                        "value": 8186453
68
                    },
69
                    {
70
                        "id": "US-HI",
71
                        "value": 1211537
72
                    },
73
                    {
74
                        "id": "US-ID",
75
                        "value": 1293953
76
                    },
77
                    {
78
                        "id": "US-IL",
79
                        "value": 12419293
80
                    },
81
                    {
82
                        "id": "US-IN",
83
                        "value": 6080485
84
                    },
85
                    {
86
                        "id": "US-IA",
87
                        "value": 2926324
88
                    },
89
                    {
90
                        "id": "US-KS",
91
                        "value": 2688418
92
                    },
93
                    {
94
                        "id": "US-KY",
95
                        "value": 4041769
96
                    },
97
                    {
98
                        "id": "US-LA",
99
                        "value": 4468976
100
                    },
101
                    {
102
                        "id": "US-ME",
103
                        "value": 1274923
104
                    },
105
                    {
106
                        "id": "US-MD",
107
                        "value": 5296486
108
                    },
109
                    {
110
                        "id": "US-MA",
111
                        "value": 6349097
112
                    },
113
                    {
114
                        "id": "US-MI",
115
                        "value": 9938444
116
                    },
117
                    {
118
                        "id": "US-MN",
119
                        "value": 4919479
120
                    },
121
                    {
122
                        "id": "US-MS",
123
                        "value": 2844658
124
                    },
125
                    {
126
                        "id": "US-MO",
127
                        "value": 5595211
128
                    },
129
                    {
130
                        "id": "US-MT",
131
                        "value": 902195
132
                    },
133
                    {
134
                        "id": "US-NE",
135
                        "value": 1711263
136
                    },
137
                    {
138
                        "id": "US-NV",
139
                        "value": 1998257
140
                    },
141
                    {
142
                        "id": "US-NH",
143
                        "value": 1235786
144
                    },
145
                    {
146
                        "id": "US-NJ",
147
                        "value": 8414350
148
                    },
149
                    {
150
                        "id": "US-NM",
151
                        "value": 1819046
152
                    },
153
                    {
154
                        "id": "US-NY",
155
                        "value": 18976457
156
                    },
157
                    {
158
                        "id": "US-NC",
159
                        "value": 8049313
160
                    },
161
                    {
162
                        "id": "US-ND",
163
                        "value": 642200
164
                    },
165
                    {
166
                        "id": "US-OH",
167
                        "value": 11353140
168
                    },
169
                    {
170
                        "id": "US-OK",
171
                        "value": 3450654
172
                    },
173
                    {
174
                        "id": "US-OR",
175
                        "value": 3421399
176
                    },
177
                    {
178
                        "id": "US-PA",
179
                        "value": 12281054
180
                    },
181
                    {
182
                        "id": "US-RI",
183
                        "value": 1048319
184
                    },
185
                    {
186
                        "id": "US-SC",
187
                        "value": 4012012
188
                    },
189
                    {
190
                        "id": "US-SD",
191
                        "value": 754844
192
                    },
193
                    {
194
                        "id": "US-TN",
195
                        "value": 5689283
196
                    },
197
                    {
198
                        "id": "US-TX",
199
                        "value": 20851820,
200
                        "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>"
201
                    },
202
                    {
203
                        "id": "US-UT",
204
                        "value": 2233169
205
                    },
206
                    {
207
                        "id": "US-VT",
208
                        "value": 608827
209
                    },
210
                    {
211
                        "id": "US-VA",
212
                        "value": 7078515
213
                    },
214
                    {
215
                        "id": "US-WA",
216
                        "value": 5894121
217
                    },
218
                    {
219
                        "id": "US-WV",
220
                        "value": 1808344
221
                    },
222
                    {
223
                        "id": "US-WI",
224
                        "value": 5363675
225
                    },
226
                    {
227
                        "id": "US-WY",
228
                        "value": 493782
229
                    }]
230
                },
231
                "areasSettings":
232
                {
233
                    "autoZoom": true
234
                },
235
                "smallMap":
236
                {},
237
                "valueLegend":
238
                {
239
                    "right": 10,
240
                    "minValue": "little",
241
                    "maxValue": "a lot!"
242
                },
243
                "responsive":
244
                {
245
                    "enabled": true
246
                }
247
            });
248
        </script>
249
    </head>
250
 
251
    <body>
252
        <div id="chartdiv" style="width: 100%; height: 100%;"></div>
253
    </body>
254
 
255
</html>