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
Whenever the mouse enters the chart the alert disappears. I am using the CandleStickChartWithInteractiveYCoordinate example.
The alert then re-renders a little later. If I hover over the alert it doesnt not view as selectable. I also cannot click and drag the alert to change its position. If I click the alert it just disappears. The this.state still shows the yCoordinateList_1 has my alert.
Setting mouseEvent prop to false fixes the mouse enter issue. But when mouse leaves chart the alert then disappears again
Whenever the mouse enters the chart the alert disappears. I am using the
CandleStickChartWithInteractiveYCoordinate
example.The alert then re-renders a little later. If I hover over the alert it doesnt not view as selectable. I also cannot click and drag the alert to change its position. If I click the alert it just disappears. The
this.state
still shows theyCoordinateList_1
has my alert.Setting
mouseEvent
prop to false fixes the mouse enter issue. But when mouse leaves chart the alert then disappears againThe text was updated successfully, but these errors were encountered: