tradingview / LightweightChartsIOS

Apache License 2.0
142 stars 47 forks source link

Graph should not move while Crosshair is absent. #22

Closed supriyakhankarnw18 closed 3 years ago

supriyakhankarnw18 commented 3 years ago

Hi Team, According to the project requirement, while Crosshair is present the scroll functionality should work, but it shouldn't scroll when the Crosshair is absent. We have implemented scrolling using "HandleScrollOptions". To remove scrolling while Crosshair is absent, there should be a method to identify whether the Crosshair is present or not. Can you please implement this functionality.

timocov commented 3 years ago

Created the issue in the upstream project https://github.com/tradingview/lightweight-charts/issues/830