Packages

class Drilldown extends Object

Annotations
@RawJSType() @ScalaJSDefined()
Note

JavaScript name: drilldown

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

Instance Constructors

  1. new Drilldown()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val activeAxisLabelStyle: UndefOr[Object]

    Additional styles to apply to the X axis label for a point that has drilldown data.

    Additional styles to apply to the X axis label for a point that has drilldown data. By default it is underlined and blue to invite to interaction.

    Since

    3.0.8

  5. val activeDataLabelStyle: UndefOr[Object]

    Additional styles to apply to the data label of a point that has drilldown data.

    Additional styles to apply to the data label of a point that has drilldown data. By default it is underlined and blue to invite to interaction.

    Since

    3.0.8

  6. val animation: UndefOr[|[Boolean, Object]]

    Set the animation for all drilldown animations.

    Set the animation for all drilldown animations. Animation of a drilldown occurs when drilling between a column point and a column series, or a pie slice and a full pie series. Drilldown can still be used between series and points of different types, but animation will not occur.

    The animation can either be set as a boolean or a configuration object. If true, it will use the 'swing' jQuery easing and a duration of 500 ms. If used as a configuration object, the following properties are supported: <dl> <dt>duration</dt>

    The duration of the animation in milliseconds.

    <dt>easing</dt>

    A string reference to an easing function set on the Math object. See the easing demo.
    </dl>

    Since

    3.0.8

  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val drillUpButton: UndefOr[CleanJsObject[DrilldownDrillUpButton]]

    Options for the drill up button that appears when drilling down on a series.

    Options for the drill up button that appears when drilling down on a series. The text for the button is defined in lang.drillUpText.

    Example:
    1. Drill up button

    Since

    3.0.8

  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  14. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  21. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  22. val series: UndefOr[Array[Object]]

    An array of series configurations for the drill down.

    An array of series configurations for the drill down. Each series configuration uses the same syntax as the series option set. These drilldown series are hidden by default. The drilldown series is linked to the parent series' point by its id.

    Since

    3.0.8

  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toLocaleString(): String
    Definition Classes
    Object
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def valueOf(): Any
    Definition Classes
    Object
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped