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
thanks for the wrapper! How can we call the functions that come with a chart?
For example, if I wanted to reset the chart time axis, I would call: chart.timeScale().resetTimeScale();
These docs show the functions: https://github.com/tradingview/lightweight-charts/blob/v3.3.0/docs/time-scale.md
but since kaktana is in the react wrapper, I am not sure how to access this function within the chart. Thanks!
The text was updated successfully, but these errors were encountered:
thanks for the wrapper! How can we call the functions that come with a chart?
For example, if I wanted to reset the chart time axis, I would call:
chart.timeScale().resetTimeScale();
These docs show the functions: https://github.com/tradingview/lightweight-charts/blob/v3.3.0/docs/time-scale.md
but since kaktana is in the react wrapper, I am not sure how to access this function within the chart. Thanks!
The text was updated successfully, but these errors were encountered: