setExtremes method issue for heatmap plot with boost module #6895
Comments
Thank you for the reporting. It looks like the same issue as the: #6865 |
I'm having this problem as well. Is there a current work around? |
@cvasseng As far as I can see there's a potential room for optimizing in the createAndAttachRenderer function. This function runs 1200 times in the |
@TorsteinHonsi yes, there's some room for improvement there. It needs to be called for every series if not boosting on chart level, but the cliprect should only be set when the chart has reflowed, and when it's first initialized. |
There's problem with boost module when using setExtremes method.
Expected behaviour
rectangles with lower cathegory value are hidden.
Actual behaviour
rectangles with lower cathegory value are visible outside of plot area.
Live demo with steps to reproduce
http://jsfiddle.net/xs0z64ny/
Affected browser(s)
Chrome (Windows)
I reached expected behavior by changing line 2028 in boost.src.js (method
createAndAttachRenderer
):The text was updated successfully, but these errors were encountered: