Dashboard: Field Config - Add CFP franc currency (XPF) (#70036)

pull/75728/head
Romain Tartière 2 years ago committed by GitHub
parent dc4091bd34
commit 1c57217f66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      devenv/dev-dashboards-without-uid/panel_tests_polystat.json
  2. 4
      devenv/dev-dashboards/panel-polystat/polystat_test.json
  3. 1
      packages/grafana-data/src/valueFormats/categories.ts

@ -448,6 +448,10 @@
{
"text": "Malaysian Ringgit (RM)",
"value": "currencyMYR"
},
{
"text": "CFP franc (XPF)",
"value": "currencyXPF"
}
],
"text": "currency"

@ -448,6 +448,10 @@
{
"text": "Malaysian Ringgit (RM)",
"value": "currencyMYR"
},
{
"text": "CFP franc (XPF)",
"value": "currencyXPF"
}
],
"text": "currency"

@ -143,6 +143,7 @@ export const getCategories = (): ValueFormatCategory[] => [
{ name: 'Vietnamese Dong (VND)', id: 'currencyVND', fn: currency('đ', true) },
{ name: 'Turkish Lira (₺)', id: 'currencyTRY', fn: currency('₺', true) },
{ name: 'Malaysian Ringgit (RM)', id: 'currencyMYR', fn: currency('RM') },
{ name: 'CFP franc (XPF)', id: 'currencyXPF', fn: currency('XPF') },
],
},
{

Loading…
Cancel
Save