Dsfgsdfg: Unterschied zwischen den Versionen

Aus HuskyWiki
Die Seite wurde neu angelegt: „<graph>{ "version": 2, "width": 400, "height": 400, "data": [ { "name": "table", "values": [ { "x": 0, "y": 1 }, { "x": 1, "y": 3 }, { "x": 2, "y": 2 }, { "x": 3, "y": 4 } ] } ], "scales": [ { "name": "x", "type": "linear", "range": "width", "zero": false, "domain": { "data": "table", "field": "x" } }, { "name": "y", "type": "li…“
 
KKeine Bearbeitungszusammenfassung
 
Zeile 9: Zeile 9:
{
{
"x": 0,
"x": 0,
"y": 1
"y": 0
},
},
{
{
Zeile 17: Zeile 17:
{
{
"x": 2,
"x": 2,
"y": 2
"y": 3
},
},
{
{
"x": 3,
"x": 3,
"y": 4
"y": 6
},
{
"x": 4,
"y": 6
},
{
"x": 5,
"y": 9
},
{
"x": 6,
"y": 12
},
{
"x": 7,
"y": 15
},
{
"x": 8,
"y": 18
},
{
"x": 9,
"y": 18
},
{
"x": 10,
"y": 21
},
{
"x": 11,
"y": 21
},
{
"x": 12,
"y": 24
},
{
"x": 13,
"y": 26
},
{
"x": 14,
"y": 29
},
{
"x": 15,
"y": 32
}
}
]
]
Zeile 60: Zeile 108:
"marks": [
"marks": [
{
{
"type": "area",
"type": "line",
"from": {
"from": {
"data": "table"
"data": "table"
Zeile 78: Zeile 126:
"value": 0
"value": 0
},
},
"fill": {
"interpolate": {
"value": "monotone"
},
"stroke": {
"value": "steelblue"
"value": "steelblue"
},
},
"interpolate": {
"strokeWidth": {
"value": "monotone"
"value": 3
}
}
}
}
}
}
}
}
]
],
"padding": {
"top": 30,
"bottom": 30,
"left": 30,
"right": 30
}
}</graph>
}</graph>

Aktuelle Version vom 1. Oktober 2024, 07:11 Uhr