Update missing data handling in grouped/stacked bar charts
Opened this issue · 3 comments
mhickle commented
Missing bars in period 7 is because the ‘group’ variable is missing for several of those bars. Bars aren’t drawing when the variable specified in mark[].split is missing.
jwildfire commented
Not sure the best way to address this ... might be ok as is ... maybe we should throw a warning when split values are missing?
jwildfire commented
samussiah commented
I don't see an issue here, unless we want to add support to associate grouped bars with other marks.