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:
Badri 2019-09-24 15:16:15 +05:30 committed by Peter Holmberg
parent c93325cdd8
commit 235a69527e

View File

@ -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('₹') },
],
},
{