HighchartsRenkoSeriesStatesHoverOptions constructor

HighchartsRenkoSeriesStatesHoverOptions({
  1. HighchartsSeriesStatesHoverAnimationOptions? animation,
  2. double? brightness,
  3. bool? enabled,
})

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

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

Implementation

HighchartsRenkoSeriesStatesHoverOptions(
    {this.animation, this.brightness, this.enabled});