object Drilldown
- Alphabetic
- By Inheritance
- Drilldown
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply(activeAxisLabelStyle: UndefOr[Object] = js.undefined, activeDataLabelStyle: UndefOr[Object] = js.undefined, allowPointDrilldown: UndefOr[Boolean] = js.undefined, animation: UndefOr[|[Boolean, Object]] = js.undefined, drillUpButton: UndefOr[CleanJsObject[DrilldownDrillUpButton]] = js.undefined, series: UndefOr[Array[Object]] = js.undefined): Drilldown
- activeAxisLabelStyle
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.
- activeDataLabelStyle
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.
- allowPointDrilldown
When this option is false, clicking a single point will drill down all points in the same category, equivalent to clicking the X axis label.
- animation
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
. </dl>Math
object. See the easing demo.- drillUpButton
Options for the drill up button that appears when drilling down on a series. The text for the button is defined in lang.drillUpText.
- series
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
.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )