numericSymbols property

List<String>? numericSymbols
getter/setter pair

Metric prefixes used to shorten high numbers in axis labels. Replacing any of the positions with null causes the full number to be written. Setting numericSymbols to undefined disables shortening altogether.

API Docs: https://api.highcharts.com/highcharts/lang.numericSymbols

Implementation

List<String>? numericSymbols;