Packages

object SeriesAreaStatesHover

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

Value Members

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