We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Extremes will be calculated properly for multiple column series with one point.
Two columns are not visible, showing/hiding the series by legend item click is also broken.
https://jsfiddle.net/BlackLabel/e9osLb2h/
Highcharts v10.2.1
Set proper minPadding and maxPadding values. https://jsfiddle.net/BlackLabel/s1fqyd73/
minPadding
maxPadding
The text was updated successfully, but these errors were encountered:
Fixed #17791, no pointRange for multiple series with single points.
67688e8
hubertkozik
Successfully merging a pull request may close this issue.
Expected behaviour
Extremes will be calculated properly for multiple column series with one point.
Actual behaviour
Two columns are not visible, showing/hiding the series by legend item click is also broken.
Live demo with steps to reproduce
https://jsfiddle.net/BlackLabel/e9osLb2h/
Product version
Highcharts v10.2.1
Workaround
Set proper
minPadding
andmaxPadding
values.https://jsfiddle.net/BlackLabel/s1fqyd73/
The text was updated successfully, but these errors were encountered: