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
I have two tooltip configurations for ECharts: one for a normal tooltip and another for an interactive tooltip. The normal tooltip works fine when I move the cursor, but there is an issue with the interactive tooltip.
Current Behavior
On right-clicking the chart, the interactive tooltip becomes active, meaning the tooltip will stick to the position where it opened. However, when I move the cursor over the tooltip or outside the chart area, the tooltip drags all the way to the bottom of the page.
Expected Behavior
When right-clicking on the chart, the interactive tooltip should activate and remain fixed at the position where it was opened. Moving the cursor over the tooltip or outside the chart area should not cause the tooltip to move unexpectedly or drag outside the chart boundaries. The tooltip should stay visible and stable until explicitly closed or dismissed.