You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that the tooltip breaks, when it has both outside: true, and split: true defined. In stock charts, the default value for tooltip.split is true.
I am not really sure if the tooltip.split option makes sense for treemap though. Maybe the fix would be to disable the split option for tooltip, when dealing with those kinds of series?
@pawellysy
Thank you very much for this workaround!
Just wanted to add that same problem happens for me with bubble and scatter charts as well.
Hope this will be fixed in future releases!
Expected behaviour
Tooltips rendered normally for given two chart types
Actual behaviour
Tooltips are either not visible at all, or are displayed partially and broken
Live demo with steps to reproduce
(hover over top left sector of chart to see partially visible broken tooltips)
https://jsfiddle.net/Cortez/hntrxmzw/ (Treemap)
https://jsfiddle.net/Cortez/f854x6ge/ (Heatmap)
Product version
Highstock v10.2.1
Affected browser(s)
Google Chrome 105.0.5195.102
The text was updated successfully, but these errors were encountered: