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
Create a chart with multiple series, where one has null values. Enable tooltips for it.
Trigger the tooltip with dispatchActionshowTip, with the seriesIndex pointing to the series that has null value.
Current Behavior
The tooltip doesn't show at all.
Expected Behavior
The tooltip should show.
Environment
- OS: any
- Browser: any
- Framework: none
Any additional comments?
When the selected series has a non null value, the tooltip shows, even if other series have nulls.
The same problem was fixed in 5.3 for the normal, hover over tooltips. #15757 The event driven tooltip was not fixed back then.
The text was updated successfully, but these errors were encountered:
Workaround is to add an invisible series without missing values first, then tooltip dispatch will work.
Of course the tooltip content has to be customized - Demo.
Version
5.6.0
Link to Minimal Reproduction
https://codepen.io/petercsaki/pen/jEOWgre?editors=0010
Steps to Reproduce
null
values. Enable tooltips for it.dispatchAction
showTip
, with theseriesIndex
pointing to the series that hasnull
value.Current Behavior
The tooltip doesn't show at all.
Expected Behavior
The tooltip should show.
Environment
Any additional comments?
When the selected series has a non null value, the tooltip shows, even if other series have nulls.
The same problem was fixed in 5.3 for the normal, hover over tooltips. #15757 The event driven tooltip was not fixed back then.
The text was updated successfully, but these errors were encountered: