HighchartsSeriesStatesHoverHaloOptions class

Options for the halo appearing around the hovered point in line-type series as well as outside the hovered slice in pie charts. By default the halo is filled by the current point or series color with an opacity of 0.25. The halo can be disabled by setting the halo option to null.

In styled mode, the halo is styled with the .highcharts-halo class, with colors inherited from .highcharts-color-{n}.

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

Inheritance

Constructors

HighchartsSeriesStatesHoverHaloOptions({dynamic attributes, double? opacity, double? size})
Options for the halo appearing around the hovered point in line-type series as well as outside the hovered slice in pie charts. By default the halo is filled by the current point or series color with an opacity of 0.25. The halo can be disabled by setting the halo option to null.

Properties

attributes ↔ dynamic
A collection of SVG attributes to override the appearance of the halo, for example fill, stroke and stroke-width.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
opacity double?
Opacity for the halo unless a specific fill is overridden using the attributes setting.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size double?
The pixel size of the halo. For point markers this is the radius of the halo. For pie slices it is the width of the halo outside the slice. For bubbles it defaults to 5 and is the width of the halo outside the bubble.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON() String
Serializes the settings to a JSON string.
inherited
toOptionsJSON(StringBuffer buffer) → void
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited