breaks property

List<HighchartsXAxisBreaksOptions>? breaks
getter/setter pair

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

List<HighchartsXAxisBreaksOptions>? breaks;