Punitz: Unterschied zwischen den Versionen
K
keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
Zeile 174: | Zeile 174: | ||
== Bevölkerungsentwicklung == | == Bevölkerungsentwicklung == | ||
<br />{{Graph:Chart | <br /><graph>{ | ||
"version": 2, | |||
"width": 400, | |||
"height": 200, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{ | |||
"x": 1551, | |||
"y": 15 | |||
}, | |||
{ | |||
"x": 1745, | |||
"y": 182 | |||
}, | |||
{ | |||
"x": 1812, | |||
"y": 300 | |||
}, | |||
{ | |||
"x": 1886, | |||
"y": 450 | |||
}, | |||
{ | |||
"x": 1928, | |||
"y": 600 | |||
}, | |||
{ | |||
"x": 1951, | |||
"y": 456 | |||
}, | |||
{ | |||
"x": 1981, | |||
"y": 327 | |||
}, | |||
{ | |||
"x": 2001, | |||
"y": 332 | |||
}, | |||
{ | |||
"x": 2019, | |||
"y": 297 | |||
} | |||
] | |||
} | |||
], | |||
"scales": [ | |||
{ | |||
"name": "x", | |||
"type": "ordinal", | |||
"range": "width", | |||
"zero": false, | |||
"domain": { | |||
"data": "table", | |||
"field": "x" | |||
} | |||
}, | |||
{ | |||
"name": "y", | |||
"type": "linear", | |||
"range": "height", | |||
"nice": true, | |||
"domain": { | |||
"data": "table", | |||
"field": "y" | |||
} | |||
} | |||
], | |||
"axes": [ | |||
{ | |||
"type": "x", | |||
"scale": "x" | |||
}, | |||
{ | |||
"type": "y", | |||
"scale": "y" | |||
} | |||
], | |||
"marks": [ | |||
{ | |||
"type": "rect", | |||
"from": { | |||
"data": "table" | |||
}, | |||
"properties": { | |||
"enter": { | |||
"x": { | |||
"scale": "x", | |||
"field": "x" | |||
}, | |||
"y": { | |||
"scale": "y", | |||
"field": "y" | |||
}, | |||
"y2": { | |||
"scale": "y", | |||
"value": 0 | |||
}, | |||
"fill": { | |||
"value": "steelblue" | |||
}, | |||
"width": { | |||
"scale": "x", | |||
"band": "true", | |||
"offset": -1 | |||
} | |||
} | |||
} | |||
} | |||
] | |||
}</graph><br />{{Graph:Chart | |||
| width=400 | | width=400 | ||
| height=200 | | height=200 |