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
Legend title should not be show when chart has no data Behavior should be similar to Legend items/ series names.
Legend title is shown even when no data is present in chart
http://jsfiddle.net/L7cnkg98/
Latest version
chrome,FF, edge
The text was updated successfully, but these errors were encountered:
Hello @rrimmana, thanks for reporting this bug.
Simplified demo: http://jsfiddle.net/BlackLabel/tpc7ugx2/2/
http://jsfiddle.net/BlackLabel/tpc7ugx2/3/
internal note
The legend group has no visibility attribute. Probably, instead of hiding the legend.box we could replace it with legend.group.
legend.box
legend.group
highcharts/ts/Core/Legend/Legend.ts
Line 1203 in fcad6ce
Sorry, something went wrong.
Fixed #17167, legend title didn't hide, when series were empty.
1fbb75e
ec092ba
hubertkozik
Successfully merging a pull request may close this issue.
Expected behaviour
Legend title should not be show when chart has no data
Behavior should be similar to Legend items/ series names.
Actual behaviour
Legend title is shown even when no data is present in chart
Live demo with steps to reproduce
http://jsfiddle.net/L7cnkg98/
Product version
Latest version
Affected browser(s)
chrome,FF, edge
The text was updated successfully, but these errors were encountered: