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

Changes to accommodate issue 4632 #4640

Merged
merged 1 commit into from
Aug 15, 2024
Merged

Commits on Aug 15, 2024

  1. Changes to accommodate issue 4632:

    1. Unconditionally select default initial axis ticks based on SVG size.
    2. Unconditionally, if not user specified, snap yMin or yMax to zero
    if already close.
    3. Re-order yaxes in one sample chart to prioritize stacked column
    visual resolution. Add comment to draw attention to this feature of
    multi axis charts.
    4. In Scales.niceScale: Check that maxTicks is always valid (suspect
    some Unit tests don't set SVG dimensions).
    5. Set tickAmount explicitly in two unit tests to compensate for
    variation in scaling following the above changes.
    rosco54 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    346e9c9 View commit details
    Browse the repository at this point in the history