RhoInc/Webcharts

Update missing data handling in grouped/stacked bar charts

Opened this issue · 3 comments

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.

Not sure the best way to address this ... might be ok as is ... maybe we should throw a warning when split values are missing?

Note that there are 3 points, but only 1 bar in period 7.
image

I don't see an issue here, unless we want to add support to associate grouped bars with other marks.