mirror of
https://github.com/grafana/grafana.git
synced 2024-12-02 13:39:19 -06:00
Update kbn.js
Adding the other kr currencies not to offend any maintainers
This commit is contained in:
parent
531586beba
commit
7479c82687
@ -402,7 +402,10 @@ function($, _, moment) {
|
||||
kbn.valueFormats.currencyRUB = kbn.formatBuilders.currency('₽');
|
||||
kbn.valueFormats.currencyUAH = kbn.formatBuilders.currency('₴');
|
||||
kbn.valueFormats.currencyBRL = kbn.formatBuilders.currency('R$');
|
||||
kbn.valueFormats.currencyDKK = kbn.formatBuilders.currency('kr');
|
||||
kbn.valueFormats.currencyISK = kbn.formatBuilders.currency('kr');
|
||||
kbn.valueFormats.currencyNOK = kbn.formatBuilders.currency('kr');
|
||||
kbn.valueFormats.currencySEK = kbn.formatBuilders.currency('kr');
|
||||
|
||||
// Data (Binary)
|
||||
kbn.valueFormats.bits = kbn.formatBuilders.binarySIPrefix('b');
|
||||
@ -757,7 +760,11 @@ function($, _, moment) {
|
||||
{text: 'Rubles (₽)', value: 'currencyRUB'},
|
||||
{text: 'Hryvnias (₴)', value: 'currencyUAH'},
|
||||
{text: 'Real (R$)', value: 'currencyBRL'},
|
||||
{text: 'Danish Krone (kr)', value: 'currencyDKK'},
|
||||
{text: 'Icelandic Krone (kr)', value: 'currencyISK'},
|
||||
{text: 'Norwegian Krone (kr)', value: 'currencyNOK'},
|
||||
{text: 'Swedish Krone (kr)', value: 'currencySEK'},
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user