Vorlage:FSR-Frauenanteil-Graph: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(SoSe 2019) |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
<graph> | <graph> | ||
{ | { | ||
"width": 700, "height": 200, | "version": 2, "width": 700, "height": 200, | ||
"padding": {"top": 10, "left": 30, "bottom": 50, "right": 30}, | "padding": {"top": 10, "left": 30, "bottom": 50, "right": 30}, | ||
"data": [ | "data": [ | ||
Zeile 48: | Zeile 48: | ||
"type": "ordinal", | "type": "ordinal", | ||
"range": "width", | "range": "width", | ||
"domain": {"data": "table", "field": " | "domain": {"data": "table", "field": "x"} | ||
}, | }, | ||
{ | { | ||
Zeile 54: | Zeile 54: | ||
"range": "height", | "range": "height", | ||
"nice": true, | "nice": true, | ||
"domain": {"data": "table", "field": " | "domain": {"data": "table", "field": "y"} | ||
} | } | ||
], | ], |