class Drilldown extends Object
- Annotations
- @RawJSType() @ScalaJSDefined()
- Note
JavaScript name:
drilldown
- Alphabetic
- By Inheritance
- Drilldown
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new Drilldown()
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
-
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
Example: -
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
Example: -
val
allowPointDrilldown: UndefOr[Boolean]
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.
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.
- Since
4.1.7
Example: -
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
</dl>Math
object. See the easing demo.- Since
3.0.8
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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.
- Since
3.0.8
Example: -
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
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
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
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
valueOf(): Any
- Definition Classes
- Object
-
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( ... )