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

Currency in $ and £ #397

Open
jasonacox opened this issue Dec 4, 2023 · 1 comment
Open

Currency in $ and £ #397

jasonacox opened this issue Dec 4, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@jasonacox
Copy link
Owner

Requested from user, Grant Massie:

Is there a way I can change the currency from $ to £?

Need to investigate options in Grafana.

@jasonacox jasonacox added the enhancement New feature or request label Dec 4, 2023
@youzer-name
Copy link
Contributor

You can change this in the individual panels by changing the unit:

image

It doesn't appear to be possible to set this using a variable. Maybe during the setup script the user could be prompted to pick a currency unit from a list and then a find/replace operation could be run on the dashboard.json to change the currency unit?

For £:
"unit": "currencyUSD"

would need to be changed to:

      "unit": "currencyGBP"

and you might want an option for:

      "unit": "currencyEUR"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants