-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
alignThreshold + stacking doesn't work #17314
Comments
Even with the workaround, when you hide/show a serie using the legend the issue reappears. |
Any movement on this? I need the legend clicking ability and have data dynamically loaded via other UI elements and can't call just a single redraw() after load. |
Hi @NathanManning, thanks for your input, we will move this task higher in the prioritization board 👍 |
@circleci-mu Is there a typical cadence to these types of tickets? |
Not completely sure, but after updating Highchart to version 10.3.2, it seems that the issue is disappeared. |
@sierrodc here it is still broken: https://jsfiddle.net/BlackLabel/9b1p5vkn/344/ |
@pawellysy: you are right, same issue here: https://codepen.io/sierrodc/pen/eYVvWmL?editors=1111 |
@pawellysy This is blocking a production feature. Do they typically get picked up quicker if we go through customer care? |
Hello @NathanManning, We are starting development on this bug. You can track the progress in this thread, or in linked PR. Thanks! |
@TorsteinHonsi , when will this get published to a new npm version? |
@NathanManning We are planning a release within two weeks from now. |
@TorsteinHonsi @circleci-mu Incredible timing on 10.3.3!! Just in time for our launch. Thanks for all the hard work. |
Expected behaviour
The series should be rendered in the correct place.
Actual behaviour
The Series are behaving as if they would be stacking even though they are on separate axes.
Live demo with steps to reproduce
https://jsfiddle.net/BlackLabel/9b1p5vkn/169/
Product version
v10.1.0
Affected browser(s)
all
Workaround
call
chart.redraw()
in the load event:https://jsfiddle.net/BlackLabel/9b1p5vkn/170/
The text was updated successfully, but these errors were encountered: