HighchartsXAxisBreaksOptions constructor

HighchartsXAxisBreaksOptions({
  1. double? breakSize,
  2. dynamic from,
  3. double? repeat,
  4. dynamic to,
})

An array defining breaks in the axis, the sections defined will be left out and all the points shifted closer to each other.

API Docs: https://api.highcharts.com/highcharts/yAxis.breaks

Implementation

HighchartsXAxisBreaksOptions(
    {this.breakSize, this.from, this.repeat, this.to});