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

provide currencyFormat for Plotly Dash #2932

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Commits on Jul 24, 2024

  1. Implement currencyFormat for Plotly Dash

    With this commit it is now allowed currency formatting by
    setting the currencyFormat property to True.
    When currencyFormat is enabled, the currencySymbol property
     allows you to specify the currency symbol to be used.
    For example, if the input value is 12345, and currencyFormat = true,
    currencySymbol = '€' it will be displayed as €12345.
    
    Co-authored-by: Afonso Faleiro <[email protected]>
    rodasarede and AfonsoFaleiro committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    683e412 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

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