shortMonths property

List<String>? shortMonths
getter/setter pair

An array containing the months names in abbreviated form. Corresponds to the %b format in Highcharts.dateFormat(). Defaults to 'undefined', meaning the default short month names are used according to the lang.locale setting.

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

Implementation

List<String>? shortMonths;