HighchartsHistogramSeriesStatesHoverOptions constructor
HighchartsHistogramSeriesStatesHoverOptions({
- HighchartsSeriesStatesHoverAnimationOptions? animation,
- String? borderColor,
- double? brightness,
- String? color,
- 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.histogram.states.hover
Implementation
HighchartsHistogramSeriesStatesHoverOptions(
{this.animation,
this.borderColor,
this.brightness,
this.color,
this.enabled});