HighchartsYAxisLabelsLevelsOptions constructor

HighchartsYAxisLabelsLevelsOptions({
  1. double? level,
  2. Map<String, String>? style,
})

Set options on specific levels in a tree grid axis. Takes precedence over labels options.

API Docs: https://api.highcharts.com/gantt/yAxis.labels.levels

Implementation

HighchartsYAxisLabelsLevelsOptions({this.level, this.style});