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 percentageDecimals options to pie chart, and use half even rounding #5270

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Commits on Feb 5, 2024

  1. Add percentageDecimals options to pie chart, and use half even roundi…

    …ng mode by default to prevent sum over 100%
    thedustin committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    127b53f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f8e2b3 View commit details
    Browse the repository at this point in the history
  3. Limit percentageDecimals to 20, the maximum value of Intl.NumberForma…

    …tOptions.minimumFractionDigits
    thedustin committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    af4c232 View commit details
    Browse the repository at this point in the history
  4. Fix linting in config file

    thedustin committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    8f3e6c4 View commit details
    Browse the repository at this point in the history
  5. Generate docs/

    thedustin committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    19deb5a View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Update packages/mermaid/src/schemas/config.schema.yaml

    Co-authored-by: Alois Klink <alois@aloisklink.com>
    thedustin and aloisklink committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    41a3ca2 View commit details
    Browse the repository at this point in the history