months property
An array containing the months names. Corresponds to the %B
format
in Highcharts.dateFormat()
. Defaults to 'undefined',
meaning the default month names are used according to the
lang.locale
setting.
Implementation
List<String>? months;