Bad rendering when series data is an empty object #6080
Comments
Thank you for reporting. Workaround: Use null points - example. Issue since 4.2.7. |
Fails since 7903240 - the point now has shapeArgs even when it's null. |
@TorsteinHonsi the commit looks like promising, but unfortunately it breaks the treemap labels. #4812. |
You're right. Reopening this. I think instead we need to go back to the fix for #3169 and move that logic to the drilldown module, since it's the only place where we expect a null column to have a shape. It also shaves off some bloat from the core. |
Internal note |
The issue seems to be solved in since HC v7.0.0. Demo: Please reopen if problem will be valid. |
Expected behaviour
When series.data contains an empty object as a value, this value is not rendered.
Actual behaviour
When series.data contains an empty object as a value, a 0 floats around the chart.
Live demo with steps to reproduce
http://jsfiddle.net/k0botpL0/1/
Affected browser(s)
The text was updated successfully, but these errors were encountered: