units property
Datetime axis only. An array determining what time intervals the ticks are allowed to fall on. Each array item is an array where the first value is the time unit and the second value another array of allowed multiples.
Defaults to:
API Docs: https://api.highcharts.com/highcharts/chart.parallelAxes.units
Implementation
List<List<dynamic>>? units;