Nova Pazova: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
m inserimento grafico a barre, rimozione template organizzare
Riga 58:
== Società ==
=== Evoluzione demografica ===
<graph>{
{{Organizzare|Sarebbe bene inserire il classico grafico a barre}}
"version": 2,
*1948: 4.604
"width": 300,
*1953: 6.082
"height": 200,
*1961: 10.990
"data": [
*1971: 10.658
{
*1981: 15.488
"name": "table",
*1991: 16.016
"values": [
*2002: 18.214
{
*2011: 17.106
"x": 1948,
"y": 4604
},
{
"x": 1953,
"y": 6082
},
{
"x": 1961,
"y": 10990
},
{
"x": 1971,
"y": 10658
},
{
"x": 1981,
"y": 15488
},
{
"x": 1991,
"y": 16016
},
{
"x": 2002,
"y": 18214
},
{
"x": 2011,
"y": 17106
}
]
}
],
"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>
 
== Bibliografia ==