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
Tech stack: react, centrifuge Actual behavior: Real-time areSeries starts from the end of the chart. Expected behavior: Real-time areSeries begins from the start of the chart and moving to the right step by step.
Here's the video:
Tech stack: react, centrifuge
Actual behavior: Real-time areSeries starts from the end of the chart.
Expected behavior: Real-time areSeries begins from the start of the chart and moving to the right step by step.
Here's the video:
Screen.Recording.2024-09-24.at.23.48.25.mov
Here's if I use
fitLeftEdge: true
:Screen.Recording.2024-09-24.at.23.56.18.mov
Chart component code:
Method
chartRef.current?.timeScale().fitContent();
also doesn't work.Didn't find how to do it in the docs and google.
Please help! Thanks in advance!
The text was updated successfully, but these errors were encountered: