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

WIP: fix: chart periodically jumping one pixel back and forth #133

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

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
    Configuration menu
    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
    Configuration menu
    Copy the full SHA
    1fffdd8 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. WIP: fix: chart periodically jumping one pixel back and forth

    At `millisPerPixel` slightly above `requestAnimationFrame` period
    WofWca committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    bf77995 View commit details
    Browse the repository at this point in the history