Vorlage:FSR-Frauenanteil-Graph: Unterschied zwischen den Versionen

Aus Fachschaft_Informatik
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": "data.x"}
       "domain": {"data": "table", "field": "x"}
     },
     },
     {
     {
Zeile 54: Zeile 54:
       "range": "height",
       "range": "height",
       "nice": true,
       "nice": true,
       "domain": {"data": "table", "field": "data.y"}
       "domain": {"data": "table", "field": "y"}
     }
     }
   ],
   ],

Version vom 28. Oktober 2020, 23:04 Uhr