Packages

object SeriesBubbleZones

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

Value Members

  1. def apply(className: UndefOr[String] = js.undefined, color: UndefOr[|[String, Object]] = js.undefined, dashStyle: UndefOr[String] = js.undefined, fillColor: UndefOr[|[String, Object]] = js.undefined, value: UndefOr[Double] = js.undefined): SeriesBubbleZones

    className

    Styled mode only. A custom class name for the zone.

    color

    Defines the color of the series.

    dashStyle

    A name for the dash style to use for the graph.

    fillColor

    Defines the fill color for the series (in area type series)

    value

    The value up to where the zone extends, if undefined the zones stretches to the last value in the series.