Packages

class SeriesAreasplineDataMarkerStatesHover extends Object

Annotations
@RawJSType() @ScalaJSDefined()
Note

JavaScript name: series<areaspline>-data-marker-states-hover

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

Instance Constructors

  1. new SeriesAreasplineDataMarkerStatesHover()

Value Members

  1. val enabled: UndefOr[Boolean]

    Enable or disable the point marker.

    Enable or disable the point marker.

  2. val fillColor: UndefOr[|[String, Object]]

    The fill color of the marker in hover state.

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

    The color of the point marker's outline.

    The color of the point marker's outline. When null, the series' or point's color is used.

  6. val lineWidth: UndefOr[Double]

    The width of the point marker's outline.

    The width of the point marker's outline.

    Example:
    1. 3px line width

  7. val lineWidthPlus: UndefOr[Double]

    The additional line width for a hovered point.

    The additional line width for a hovered point.

    Since

    4.0.3

  8. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  9. val radius: UndefOr[Double]

    The radius of the point marker.

    The radius of the point marker. In hover state, it defaults to the normal state's radius + 2 as per the radiusPlus option.

    Example:
    1. 10px radius

  10. val radiusPlus: UndefOr[Double]

    The number of pixels to increase the radius of the hovered point.

    The number of pixels to increase the radius of the hovered point.

    Since

    4.0.3

  11. def toLocaleString(): String
    Definition Classes
    Object
  12. def valueOf(): Any
    Definition Classes
    Object