Skip to content

Commit 70f3765

Browse files
authored
Merge pull request grafana#7034 from Timosha/add-ruble-sign
add Russian ruble sign
2 parents cb21b20 + 1ab66ac commit 70f3765

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

public/app/core/utils/kbn.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,7 @@ function($, _) {
399399
kbn.valueFormats.currencyGBP = kbn.formatBuilders.currency('£');
400400
kbn.valueFormats.currencyEUR = kbn.formatBuilders.currency('€');
401401
kbn.valueFormats.currencyJPY = kbn.formatBuilders.currency('¥');
402+
kbn.valueFormats.currencyRUB = kbn.formatBuilders.currency('₽');
402403

403404
// Data (Binary)
404405
kbn.valueFormats.bits = kbn.formatBuilders.binarySIPrefix('b');
@@ -701,6 +702,7 @@ function($, _) {
701702
{text: 'Pounds (£)', value: 'currencyGBP'},
702703
{text: 'Euro (€)', value: 'currencyEUR'},
703704
{text: 'Yen (¥)', value: 'currencyJPY'},
705+
{text: 'Rubles (₽)', value: 'currencyRUB'},
704706
]
705707
},
706708
{

0 commit comments

Comments
 (0)