mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 08:12:08 +08:00
Dashboard: Field Config - Add CFP franc currency (XPF) (#70036)
This commit is contained in:
@ -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') },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user