Geculation

From The Wiki Camp 2
Jump to navigation Jump to search

That's a lotta gecs. <graph>{"version": 2,"width": 400,"height": 200,"data": [ {"name": "table","values": [ {"x": 2015,"y": 100},{"x": 2019,"y": 1000},{"x": 2023,"y": 10000} ]}], "scales": [{"name": "x","type": "linear","range": "width","zero": false,"domain": {"data": "table","field": "x"}},{"name": "y","type": "linear","range": "height","nice": true,"domain": {"data": "table","field": "y"}}],"axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],"marks": [{"type": "area","from": {"data": "table"},"properties": {"enter": {"x": {"scale": "x","field": "x"},"y": {"scale": "y","field": "y"},"y2": {"scale": "y","value": 0},"fill": {"value": "green"},"interpolate": {"value": "linear"}}}}]}</graph>