HighchartsSeriesStatesHoverOptions constructor

HighchartsSeriesStatesHoverOptions({
  1. HighchartsSeriesStatesHoverAnimationOptions? animation,
  2. bool? enabled,
  3. HighchartsSeriesStatesHoverHaloOptions? halo,
  4. double? lineWidth,
  5. double? lineWidthPlus,
  6. HighchartsSeriesStatesHoverMarkerOptions? marker,
})

Options for the hovered series. These settings override the normal state options when a series is moused over or touched.

API Docs: https://api.highcharts.com/highcharts/series.zigzag.states.hover

Implementation

HighchartsSeriesStatesHoverOptions(
    {this.animation,
    this.enabled,
    this.halo,
    this.lineWidth,
    this.lineWidthPlus,
    this.marker});