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

Add chart method for getting initial scale bounds #585

Merged
merged 6 commits into from
Sep 22, 2021

Commits on Sep 17, 2021

  1. Add chart method for getting initial scale bounds

    Jonathan Frere committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    b86bf44 View commit details
    Browse the repository at this point in the history
  2. Add types for initial scale bounds function

    Jonathan Frere committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    8351c17 View commit details
    Browse the repository at this point in the history
  3. Always return a {min, max} object, even if the scale is not found

    Co-authored-by: Jukka Kurkela <jukka.kurkela@gmail.com>
    MrJohz and kurkle committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    1354309 View commit details
    Browse the repository at this point in the history
  4. Add isZoomedOrPanned API

    Jonathan Frere committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    7cf2529 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Add documentation for using the imperative API

    Jonathan Frere committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    8fc3d12 View commit details
    Browse the repository at this point in the history
  2. Fix type and documentation tests

    Jonathan Frere committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    d9563e3 View commit details
    Browse the repository at this point in the history