You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bar charts attempt to stack null and empty string categories on their y-axis, but still create distinct x-axis categories for them, leading to odd charts.
This seems to be an issue with vega, not vega-lite. I tested the same chart but instead of having both null and "", I only used one, and got an identical Vega spec object that is returned at the end of src/compile/compile.ts (except for the naming ofc). When plugging the Vega spec object into the Vega editor, we can see the same error occurring.
Bug Description
Bar charts attempt to stack
null
and empty string categories on their y-axis, but still create distinct x-axis categories for them, leading to odd charts.Produces:
Repro
Checklist
The text was updated successfully, but these errors were encountered: