We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb21b20 + 1ab66ac commit 70f3765Copy full SHA for 70f3765
public/app/core/utils/kbn.js
@@ -399,6 +399,7 @@ function($, _) {
399
kbn.valueFormats.currencyGBP = kbn.formatBuilders.currency('£');
400
kbn.valueFormats.currencyEUR = kbn.formatBuilders.currency('€');
401
kbn.valueFormats.currencyJPY = kbn.formatBuilders.currency('¥');
402
+ kbn.valueFormats.currencyRUB = kbn.formatBuilders.currency('₽');
403
404
// Data (Binary)
405
kbn.valueFormats.bits = kbn.formatBuilders.binarySIPrefix('b');
@@ -701,6 +702,7 @@ function($, _) {
701
702
{text: 'Pounds (£)', value: 'currencyGBP'},
703
{text: 'Euro (€)', value: 'currencyEUR'},
704
{text: 'Yen (¥)', value: 'currencyJPY'},
705
+ {text: 'Rubles (₽)', value: 'currencyRUB'},
706
]
707
},
708
{
0 commit comments