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

fix: chart constantly jumping in 1-2 pixel steps #131

Merged
merged 2 commits into from Dec 7, 2021

Commits on Sep 6, 2021

  1. fix: chart constantly jumping in 1-2 pixel steps

    The issue is noticeable at `millisPerPixel` being between ~ 0.5 & 2.0 the size
    of `requestAnimationFrame` period. Canvas image update period would be
    inconsistent - some would last longer, some less, some would get skipped
    altogether.
    WofWca committed Sep 6, 2021
    Copy the full SHA
    9548410 View commit details
    Browse the repository at this point in the history
  2. docs: update changelog

    WofWca committed Sep 6, 2021
    Copy the full SHA
    1fffdd8 View commit details
    Browse the repository at this point in the history