Webcharts icon indicating copy to clipboard operation
Webcharts copied to clipboard

Update missing data handling in grouped/stacked bar charts

Open mhickle opened this issue 7 years ago • 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.

mhickle avatar Oct 16 '17 13:10 mhickle

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 avatar Nov 18 '19 18:11 jwildfire

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

jwildfire avatar Nov 18 '19 18:11 jwildfire

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

samussiah avatar Nov 21 '19 16:11 samussiah