Packages

object PlotOptionsMapbubbleStates

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

Value Members

  1. def apply(hover: UndefOr[CleanJsObject[PlotOptionsMapbubbleStatesHover]] = js.undefined, normal: UndefOr[CleanJsObject[PlotOptionsMapbubbleStatesNormal]] = js.undefined, select: UndefOr[CleanJsObject[PlotOptionsMapbubbleStatesSelect]] = js.undefined): PlotOptionsMapbubbleStates

    hover

    Options for the hovered series

    normal

    Overrides for the normal state

    select

    Specific options for point in selected states, after being selected by allowPointSelect or programmatically.