GitHub user sfirke added a comment to the discussion: How can I focrce a chart 
to show the complete set of possible levels along an axis/dimension?

This is a common problem and I do something similar, I cook up a dataset in SQL 
that has the complete set of Axis values like in your example.

I wonder if Superset could have a checkbox "include levels without results" for 
the x-axis variable (levels is the term from R factors). When clicked, Superset 
runs another SQL query on the data to get all distinct levels of the variable 
and then UNIONs them into the result of the regular query it runs.

Since this is not currently possible I converted this discussion to "Ideas" 
type. This is more of a feature request.

GitHub link: 
https://github.com/apache/superset/discussions/29267#discussioncomment-14752743

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: 
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to