Chore: Add ILS (Israeli New Shekels) currency to value formatter (#93390)

add ILS to Currency
pull/93464/head
DaRK AnGeL 8 months ago committed by GitHub
parent 4f04b5849e
commit 224e96effa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      packages/grafana-data/src/valueFormats/categories.ts

@ -148,6 +148,7 @@ export const getCategories = (): ValueFormatCategory[] => [
{ name: 'Bulgarian Lev (BGN)', id: 'currencyBGN', fn: currency('BGN') },
{ name: 'Guaraní (₲)', id: 'currencyPYG', fn: currency('₲') },
{ name: 'Uruguay Peso (UYU)', id: 'currencyUYU', fn: currency('UYU') },
{ name: 'Israeli New Shekels (₪)', id: 'currencyILS', fn: currency('₪') },
],
},
{

Loading…
Cancel
Save