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: this.delay not being respected with nonRealtimeData: true #137

Merged

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

Commits on Oct 8, 2021

  1. fix: this.delay not being respected with nonRealtimeData: true

    and when the user calls `render` manually with a custom `time` argument
    WofWca committed Oct 8, 2021
    Copy the full SHA
    57757c3 View commit details
    Browse the repository at this point in the history
  2. docs: update changelog

    WofWca committed Oct 8, 2021
    Copy the full SHA
    bc27bb2 View commit details
    Browse the repository at this point in the history