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
Is your feature request related to a problem? Please describe.
I have a chart with candle stick data. Crosshair option is magnet
Then I'm trying to draw a line on the click, coordinates for the line I've got from SubscribeCrosshairMove subscription.
Expected behavior would be draw the line on crosshair position (candle close level), but actual it will be on the mouse position.
When magnet is on mouse position and crosshair position can be different that's where the issue is come from
Describe the solution you'd like
Rename method or provide correct coordinates
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I have a chart with candle stick data. Crosshair option is magnet
Then I'm trying to draw a line on the click, coordinates for the line I've got from SubscribeCrosshairMove subscription.
Expected behavior would be draw the line on crosshair position (candle close level), but actual it will be on the mouse position.
When magnet is on mouse position and crosshair position can be different that's where the issue is come from
Describe the solution you'd like
Rename method or provide correct coordinates
The text was updated successfully, but these errors were encountered: