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
When Legend filter is used, x and y axis should be readjusted automaticaly.
"-1" appears on the xAxis. -1 on xAxis https://stackoverflow.com/questions/74628650/highcharts-1-on-xaxis-when-legends-filtered-out?noredirect=1#comment131732957_74628650
https://jsfiddle.net/ag_test/pe9t4vxu/1/
Highcharts JS v10.3.2
Chrome 108.0.5359.71
The text was updated successfully, but these errors were encountered:
Hello @AhmetG-Rev and thanks for reporting the issue. It seems that the issue occurs only if the least numerous series have less than six points.
Workaround: Set xAxis.minRange value to be less or equal to the number of points in least numerous series: https://jsfiddle.net/BlackLabel/r9hLe150/
xAxis.minRange
Sorry, something went wrong.
Fixed #18066, unwanted ticks after series update with category xAxis.
a681509
d3bc715
hubertkozik
Successfully merging a pull request may close this issue.
Expected behaviour
When Legend filter is used, x and y axis should be readjusted automaticaly.
Actual behaviour
"-1" appears on the xAxis. -1 on xAxis
https://stackoverflow.com/questions/74628650/highcharts-1-on-xaxis-when-legends-filtered-out?noredirect=1#comment131732957_74628650
Live demo with steps to reproduce
https://jsfiddle.net/ag_test/pe9t4vxu/1/
Product version
Highcharts JS v10.3.2
Affected browser(s)
Chrome 108.0.5359.71
The text was updated successfully, but these errors were encountered: