weekdays property

List<String>? weekdays
getter/setter pair

An array containing the weekday names. Defaults to 'undefined', meaning the default weekday names are used according to the lang.locale setting.

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

Implementation

List<String>? weekdays;