Vorlage:FSR-Frauenanteil-Graph: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Zahlen aktualisiert (WiSe14)) |
(Graph aktualisiert (VV 2023)) |
||
(18 dazwischenliegende Versionen von 11 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 29: | Zeile 29: | ||
{"x": "WiSe 2013", "y": 37.5}, | {"x": "WiSe 2013", "y": 37.5}, | ||
{"x": "SoSe 2014", "y": 25}, | {"x": "SoSe 2014", "y": 25}, | ||
{"x": "WiSe 2014", "y": | {"x": "WiSe 2014", "y": 14.3}, | ||
{"x": "SoSe 2015", "y": 11.11}, | |||
{"x": "WiSe 2015", "y": 20}, | |||
{"x": "SoSe 2016", "y": 28.57}, | |||
{"x": "WiSe 2016", "y": 7.14}, | |||
{"x": "SoSe 2017", "y": 0}, | |||
{"x": "WiSe 2018", "y": 18.18}, | |||
{"x": "SoSe 2018", "y": 25}, | |||
{"x": "WiSe 2018/19", "y": 33}, | |||
{"x": "WiSe 2018/19 II", "y": 25}, | |||
{"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 38: | Zeile 54: | ||
"type": "ordinal", | "type": "ordinal", | ||
"range": "width", | "range": "width", | ||
"domain": {"data": "table", "field": " | "domain": {"data": "table", "field": "x"} | ||
}, | }, | ||
{ | { | ||
Zeile 44: | Zeile 60: | ||
"range": "height", | "range": "height", | ||
"nice": true, | "nice": true, | ||
"domain": {"data": "table", "field": " | "domain": {"data": "table", "field": "y"} | ||
} | } | ||
], | ], | ||
Zeile 89: | 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} | ||
}, | }, |