Skip to content

Commit

Permalink
feat(Highcharts plugin): set defaults for numeric letters
Browse files Browse the repository at this point in the history
  • Loading branch information
artemipanchuk committed Sep 25, 2024
1 parent 85d840b commit 7581833
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ function initHighchartsLangOptions() {

decimalPoint: i18n('highcharts', 'decimal-point'),
thousandsSep: i18n('highcharts', 'thousands-sep'),

numericSymbols: ['K', 'M', 'B', 'T', 'P', 'E'],
},
});
}
Expand Down

0 comments on commit 7581833

Please sign in to comment.