mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Currency: Added Paraguayan Guaraní (PYG) currency (#81007)
This commit is contained in:
parent
6fd8898cde
commit
bbe74e4b03
@ -145,6 +145,7 @@ export const getCategories = (scalable = true): ValueFormatCategory[] => [
|
||||
{ name: 'Malaysian Ringgit (RM)', id: 'currencyMYR', fn: currency('RM') },
|
||||
{ name: 'CFP franc (XPF)', id: 'currencyXPF', fn: currency('XPF') },
|
||||
{ name: 'Bulgarian Lev (BGN)', id: 'currencyBGN', fn: currency('BGN') },
|
||||
{ name: 'Guaraní (₲)', id: 'currencyPYG', fn: currency('₲') },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user