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 jumping and wobbling on window.devicePixelRatio !== 1 #136

Draft
wants to merge 6 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 22, 2021

  1. remove the grid.sharpLines option

    This reverts f1a0a88
    WofWca committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    a0648dc View commit details
    Browse the repository at this point in the history
  2. make all lines sharp

    WofWca committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    8f6c10b View commit details
    Browse the repository at this point in the history
  3. docs: update changelog

    WofWca committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    e22ba7e View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Configuration menu
    Copy the full SHA
    b6a6b0a View commit details
    Browse the repository at this point in the history