mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
commit
dd56c4b94b
@ -401,6 +401,7 @@ function($, _, moment) {
|
|||||||
kbn.valueFormats.currencyJPY = kbn.formatBuilders.currency('¥');
|
kbn.valueFormats.currencyJPY = kbn.formatBuilders.currency('¥');
|
||||||
kbn.valueFormats.currencyRUB = kbn.formatBuilders.currency('₽');
|
kbn.valueFormats.currencyRUB = kbn.formatBuilders.currency('₽');
|
||||||
kbn.valueFormats.currencyUAH = kbn.formatBuilders.currency('₴');
|
kbn.valueFormats.currencyUAH = kbn.formatBuilders.currency('₴');
|
||||||
|
kbn.valueFormats.currencyBRL = kbn.formatBuilders.currency('R$');
|
||||||
|
|
||||||
// Data (Binary)
|
// Data (Binary)
|
||||||
kbn.valueFormats.bits = kbn.formatBuilders.binarySIPrefix('b');
|
kbn.valueFormats.bits = kbn.formatBuilders.binarySIPrefix('b');
|
||||||
@ -754,6 +755,7 @@ function($, _, moment) {
|
|||||||
{text: 'Yen (¥)', value: 'currencyJPY'},
|
{text: 'Yen (¥)', value: 'currencyJPY'},
|
||||||
{text: 'Rubles (₽)', value: 'currencyRUB'},
|
{text: 'Rubles (₽)', value: 'currencyRUB'},
|
||||||
{text: 'Hryvnias (₴)', value: 'currencyUAH'},
|
{text: 'Hryvnias (₴)', value: 'currencyUAH'},
|
||||||
|
{text: 'Real (R$)', value: 'currencyBRL'},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user