mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 01:53:33 -06:00
grafana/ui: Add Indian Rupee (INR) to currencies (#19201)
* Adding Indian Rupee (INR) to currencies This change adds formal support for the Indian Rupee in the list of currencies. * fix comma
This commit is contained in:
parent
c93325cdd8
commit
235a69527e
@ -115,6 +115,7 @@ export const getCategories = (): ValueFormatCategory[] => [
|
||||
{ name: 'Polish Złoty (PLN)', id: 'currencyPLN', fn: currency('PLN') },
|
||||
{ name: 'Bitcoin (฿)', id: 'currencyBTC', fn: currency('฿') },
|
||||
{ name: 'South African Rand (R)', id: 'currencyZAR', fn: currency('R') },
|
||||
{ name: 'Indian Rupee (₹)', id: 'currencyINR', fn: currency('₹') },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user