Browse Source

Merge pull request #7034 from Timosha/add-ruble-sign

add Russian ruble sign
Carl Bergquist 9 years ago
parent
commit
70f37651be
1 changed files with 2 additions and 0 deletions
  1. 2 0
      public/app/core/utils/kbn.js

+ 2 - 0
public/app/core/utils/kbn.js

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