Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Сlipped chart when zoomed maximum or shifted with onPan event #798

Open
kalitsinskiy opened this issue Oct 20, 2021 · 0 comments
Open

Сlipped chart when zoomed maximum or shifted with onPan event #798

kalitsinskiy opened this issue Oct 20, 2021 · 0 comments

Comments

@kalitsinskiy
Copy link

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

example1_with_issue

After fix

example1_fixed

Now

example2_with_issue
)

After fix

example2_fixed

Now

example3_with_issue

After fix

example3_fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant