Vorlage:FSR-Frauenanteil-Graph: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(SoSe 2019) |
(Graph aktualisiert (VV 2023)) |
||
(7 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt) | |||
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 40: | Zeile 40: | ||
{"x": "WiSe 2018/19 II", "y": 25}, | {"x": "WiSe 2018/19 II", "y": 25}, | ||
{"x": "SoSe 2019", "y": 33}, | {"x": "SoSe 2019", "y": 33}, | ||
{"x": "WiSe 2019", "y": 50}, | |||
{"x": "WiSe 2020", "y": 40}, | |||
{"x": "WiSe 2021", "y": 30}, | |||
{"x": "SoSe 2022", "y": 14}, | |||
{"x": "WiSe 2022", "y": 11}, | |||
{"x": "WiSe 2023", "y": 19} | |||
] | ] | ||
} | } | ||
Zeile 48: | Zeile 54: | ||
"type": "ordinal", | "type": "ordinal", | ||
"range": "width", | "range": "width", | ||
"domain": {"data": "table", "field": " | "domain": {"data": "table", "field": "x"} | ||
}, | }, | ||
{ | { | ||
Zeile 54: | Zeile 60: | ||
"range": "height", | "range": "height", | ||
"nice": true, | "nice": true, | ||
"domain": {"data": "table", "field": " | "domain": {"data": "table", "field": "y"} | ||
} | } | ||
], | ], | ||
Zeile 99: | Zeile 105: | ||
"properties": { | "properties": { | ||
"enter": { | "enter": { | ||
"x": {"scale": "x", "field": " | "x": {"scale": "x", "field": "x"}, | ||
"width": {"scale": "x", "band": true, "offset": -1}, | "width": {"scale": "x", "band": true, "offset": -1}, | ||
"y": {"scale": "y", "field": " | "y": {"scale": "y", "field": "y"}, | ||
"y2": {"scale": "y", "value": 0} | "y2": {"scale": "y", "value": 0} | ||
}, | }, |