class SeriesAreaStatesHover extends Object
- Annotations
- @RawJSType() @ScalaJSDefined()
- Note
JavaScript name:
series<area>-states-hover
- Alphabetic
- By Inheritance
- SeriesAreaStatesHover
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new SeriesAreaStatesHover()
Value Members
-
val
enabled: UndefOr[Boolean]
Enable separate styles for the hovered series to visualize that the user hovers either the series itself or the legend.
-
val
halo: UndefOr[CleanJsObject[SeriesAreaStatesHoverHalo]]
Options for the halo appearing around the hovered point in line-type series as well as outside the hovered slice in pie charts.
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}
.- Since
4.0
Example: -
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
val
lineWidth: UndefOr[Double]
Pixel with of the graph line.
Pixel with of the graph line.
Example: -
val
lineWidthPlus: UndefOr[Double]
The additional line width for the graph of a hovered series.
The additional line width for the graph of a hovered series.
- Since
4.0.3
Example: -
val
marker: UndefOr[CleanJsObject[SeriesAreaStatesHoverMarker]]
In Highcharts 1.0, the appearance of all markers belonging to the hovered series.
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.
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
valueOf(): Any
- Definition Classes
- Object