We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b3a645 commit 995bf84Copy full SHA for 995bf84
1 file changed
doc/syntax/layer/type/area.qmd
@@ -83,7 +83,7 @@ VISUALISE Date AS x, Value AS y, Series AS colour FROM long_airquality
83
You can combine this with the `orientation` setting to make a vertical steamgraph
84
85
```{ggsql}
86
-VISUALISE Date AS x, Value AS y, Series AS colour FROM long_airquality
+VISUALISE Date AS y, Value AS x, Series AS colour FROM long_airquality
87
DRAW area
88
SETTING position => 'stack', center => true, orientation => 'transposed'
89
```
0 commit comments