Skip to content

Commit 995bf84

Browse files
committed
fix example
1 parent 6b3a645 commit 995bf84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/syntax/layer/type/area.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ VISUALISE Date AS x, Value AS y, Series AS colour FROM long_airquality
8383
You can combine this with the `orientation` setting to make a vertical steamgraph
8484

8585
```{ggsql}
86-
VISUALISE Date AS x, Value AS y, Series AS colour FROM long_airquality
86+
VISUALISE Date AS y, Value AS x, Series AS colour FROM long_airquality
8787
DRAW area
8888
SETTING position => 'stack', center => true, orientation => 'transposed'
8989
```

0 commit comments

Comments
 (0)