Open jasonacox opened 11 months ago
You can change this in the individual panels by changing the unit:
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"
Requested from user, Grant Massie:
Need to investigate options in Grafana.