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
In case when the chart is maximum zoomed or shifted with onPan event some sides data points disappear due filtering data logic.
I fount out the solution way, just add on extra data point from both side to avoid case when chart looks like clipped, it fixs this issue and not so much impact on perfomance.
My production project is very dependent on this package, so I will be very grateful approvement PR in comments below, because as for now I have cloned the package to the repository and manually fixed this issue.
Now
After fix
Now
)
After fix
Now
After fix
The text was updated successfully, but these errors were encountered:
kalitsinskiy
pushed a commit
to kalitsinskiy/react-stockcharts
that referenced
this issue
Oct 20, 2021
In case when the chart is maximum zoomed or shifted with onPan event some sides data points disappear due filtering data logic.
I fount out the solution way, just add on extra data point from both side to avoid case when chart looks like clipped, it fixs this issue and not so much impact on perfomance.
My production project is very dependent on this package, so I will be very grateful approvement PR in comments below, because as for now I have cloned the package to the repository and manually fixed this issue.
Now
After fix
Now
)
After fix
Now
After fix
The text was updated successfully, but these errors were encountered: