Object/Trait

io.udash.wrappers.highcharts.config.drilldown

Drilldown

Related Docs: trait Drilldown | package drilldown

Permalink

object Drilldown

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(activeAxisLabelStyle: UndefOr[String] = js.undefined, activeDataLabelStyle: UndefOr[String] = js.undefined, allowPointDrilldown: UndefOr[Boolean] = js.undefined, animation: UndefOr[Animation] = js.undefined, drillUpButton: UndefOr[DrilldownDrillUpButton] = js.undefined, series: UndefOr[Seq[Series]] = js.undefined): Drilldown

    Permalink

    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. Defaults to:.

    activeAxisLabelStyle: {. 	cursor: 'pointer',. 	color: '#0d233a',. 	fontWeight: 'bold',. 	textDecoration: 'underline'			. }
    

    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. Defaults to:.

    activeAxisLabelStyle: {. 	cursor: 'pointer',. 	color: '#0d233a',. 	fontWeight: 'bold',. 	textDecoration: 'underline'			. }
    

    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 Math object. See the easing demo.
    . </dl>

    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.

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  17. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped