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
No visible symbol when symbolHeight is set to 0.
symbolHeight
0
highcharts/ts/Core/Legend/Legend.ts
Lines 745 to 746 in ff6ddd4
https://jsfiddle.net/BlackLabel/5u18nvym/
Use a value close to 0 instead - so something like 0.001 will be ok. https://jsfiddle.net/BlackLabel/5u18nvym/1/
0.001
The text was updated successfully, but these errors were encountered:
Fixed #16516, legend symbol height didn't accept 0 as value.
b3297d8
8cf253f
hubertkozik
Successfully merging a pull request may close this issue.
Expected behaviour
No visible symbol when
symbolHeight
is set to0
.Actual behaviour
highcharts/ts/Core/Legend/Legend.ts
Lines 745 to 746 in ff6ddd4
Live demo with steps to reproduce
https://jsfiddle.net/BlackLabel/5u18nvym/
Workaround
Use a value close to
0
instead - so something like0.001
will be ok.https://jsfiddle.net/BlackLabel/5u18nvym/1/
The text was updated successfully, but these errors were encountered: