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
Query 1: The tooltip should remain visible while hovering over a data point
We have analyzed your query and would like to inform you that the tooltip disappears based on the duration property. This is the expected behavior. You can achieve your requirement by adjusting the duration property in tooltipBehavior to keep the tooltip visible while hovering over a data point. For more details, please refer to our user guidelines.
Query 2: It should disappear when moving outside the chart, even if shouldAlwaysShow: true
We have analyzed your query and would like to inform you that when the shouldAlwaysShow property is set to true, the tooltip remains visible even when moving outside the chart. This is the expected behavior.
Issue Description:
I'm facing an issue with the tooltip behavior in
SfCartesianChart
.shouldAlwaysShow: true
, the tooltip stays visible indefinitely, even when the cursor moves outside the chart area.Expected Behavior:
shouldAlwaysShow: true
.Is there a way to achieve this behavior, or is this a limitation of the current implementation?
The text was updated successfully, but these errors were encountered: