Packages

class SeriesAreaStatesHover extends Object

Annotations
@RawJSType() @ScalaJSDefined()
Note

JavaScript name: series<area>-states-hover

Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SeriesAreaStatesHover
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SeriesAreaStatesHover()

Value Members

  1. val enabled: UndefOr[Boolean]

    Enable separate styles for the hovered series to visualize that the user hovers either the series itself or the legend.

    Enable separate styles for the hovered series to visualize that the user hovers either the series itself or the legend. .

    Example:
    1. Disable hover on line, column, pie

    Since

    1.2

  2. 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 to false.

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

    Example:
    1. Halo options

    Since

    4.0

  3. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  4. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  5. val lineWidth: UndefOr[Double]

    Pixel with of the graph line.

    Pixel with of the graph line.

  6. 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.

    Example:
    1. 5 pixels wider

    Since

    4.0.3

  7. 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.

  8. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  9. def toLocaleString(): String
    Definition Classes
    Object
  10. def valueOf(): Any
    Definition Classes
    Object