Spotted in the docs. The following query in the [discrete docs](https://ggsql.org/syntax/scale/type/discrete.html) shows an obvious issue ``` VISUALISE species AS x FROM ggsql:penguins DRAW bar SCALE x FROM ('Adelie', 'Chinstrap') SCALE y FROM (0, null) ``` <img width="733" height="418" alt="Image" src="https://github.com/user-attachments/assets/b843c1fb-00c3-451d-a48b-42fa501fcce9" />
Spotted in the docs. The following query in the discrete docs shows an obvious issue