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
StackLabels should be placed directly above series points
StackLabels are placed according to the last yAxis position. When multiple yAxis have different position, stackLabels are outside specific series plotArea.
Image:
http://jsfiddle.net/BlackLabel/0s6h8zh7/1/
Highcharts v6.0.5
The text was updated successfully, but these errors were encountered:
Fixed #7798, StackLabels aren't correctly positioned with multiple yAxis
645573f
558e667
ppotaczek
Successfully merging a pull request may close this issue.
Expected behaviour
StackLabels should be placed directly above series points
Actual behaviour
StackLabels are placed according to the last yAxis position. When multiple yAxis have different position, stackLabels are outside specific series plotArea.
Image:

Live demo with steps to reproduce
http://jsfiddle.net/BlackLabel/0s6h8zh7/1/
Product version
Highcharts v6.0.5
The text was updated successfully, but these errors were encountered: