HighchartsOrganizationSeriesStatesInactiveOptions constructor
HighchartsOrganizationSeriesStatesInactiveOptions({
- HighchartsSeriesStatesInactiveAnimationOptions? animation,
- bool? enabled,
- double? linkOpacity,
- double? opacity,
The opposite state of a hover for a single point node/link.
API Docs: https://api.highcharts.com/highcharts/series.organization.states.inactive
Implementation
HighchartsOrganizationSeriesStatesInactiveOptions(
{this.animation, this.enabled, this.linkOpacity, this.opacity});