RhoInc / Webcharts

Reusable, flexible, interactive charts with JavaScript
MIT License
34 stars 6 forks source link

Update missing data handling in grouped/stacked bar charts #157

Open mhickle opened 6 years ago

mhickle commented 6 years ago

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 4 years ago

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 4 years ago

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

samussiah commented 4 years ago

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