object SeriesAreaStatesHover
- Alphabetic
- By Inheritance
- SeriesAreaStatesHover
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
def
apply(enabled: UndefOr[Boolean] = js.undefined, halo: UndefOr[CleanJsObject[SeriesAreaStatesHoverHalo]] = js.undefined, lineWidth: UndefOr[Double] = js.undefined, lineWidthPlus: UndefOr[Double] = js.undefined, marker: UndefOr[CleanJsObject[SeriesAreaStatesHoverMarker]] = js.undefined): SeriesAreaStatesHover
- enabled
Enable separate styles for the hovered series to visualize that the user hovers either the series itself or the legend. .
- halo
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 tofalse
.. . In styled mode, the halo is styled with the.highcharts-halo
class, with colors inherited from.highcharts-color-{n}
.- lineWidth
Pixel with of the graph line.
- lineWidthPlus
The additional line width for the graph of a hovered series.
- marker
In Highcharts 1.0, the appearance of all markers belonging to the hovered series. For settings on the hover state of the individual point, see marker.states.hover.