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
Working tooltips when boosting treemaps.
Hovering the node titles, which should trigger the tooltip, triggers an exception instead.
Problem seems to be that the tooltip code assumes that SVG groups exists, which is not the case when boosting.
http://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/samples/highcharts/boost/treemap/
All.
The text was updated successfully, but these errors were encountered:
Fixed #7160, treemap should not display halo on hover.
55eded9
jon-a-nygaard
Successfully merging a pull request may close this issue.
Expected behaviour
Working tooltips when boosting treemaps.
Actual behaviour
Hovering the node titles, which should trigger the tooltip, triggers an exception instead.
Problem seems to be that the tooltip code assumes that SVG groups exists, which is not the case when boosting.
Live demo with steps to reproduce
http://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/samples/highcharts/boost/treemap/
Affected browser(s)
All.
The text was updated successfully, but these errors were encountered: