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

[feature] Add 'Custom Expression' numeric format #58492

Merged
merged 4 commits into from
Aug 29, 2024

Commits on Aug 28, 2024

  1. [feature] Add 'Custom Expression' numeric format

    This numeric format allows users to craft a custom QGIS expression
    to format numbers. The expression can use the @value variable
    to retrieve the value to be formatted, and then use any standard
    QGIS expression function to format this as desired.
    
    It can be used anywhere QgsNumericFormat is accepted, eg layout
    scalebars, elevation plots, layout tables, and color ramp
    legends
    
    Sponsored by the Swiss QGIS User Group
    nyalldawson committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b4a5d01 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary method

    nyalldawson committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c750cf1 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    0e907c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e10283b View commit details
    Browse the repository at this point in the history