Packages

package axis

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait Axis[AxisType <: Axis[AxisType, AxisEventsType], AxisEventsType <: AxisEvents[AxisType]] extends Object with BaseAxis[AxisType, AxisEventsType]
    Annotations
    @ScalaJSDefined() @RawJSType()
  2. trait AxisBreak extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  3. trait AxisCrosshair extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  4. trait AxisEvents[AxisType <: BaseAxis[AxisType, _]] extends Object with BaseAxisEvents[AxisType]
    Annotations
    @ScalaJSDefined() @RawJSType()
  5. trait AxisEventsCompanion[AxisType <: BaseAxis[AxisType, AxisEventsType], AxisEventsType <: AxisEvents[AxisType]] extends AnyRef
  6. trait AxisLabel[AxisType <: BaseAxis[AxisType, _]] extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  7. trait AxisLabelCompanion[AxisType <: BaseAxis[AxisType, _], AxisLabelsType <: AxisLabel[AxisType]] extends AnyRef
  8. trait AxisPlotBand extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  9. trait AxisPlotLine extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  10. trait AxisPlotLineOrBandLabel extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  11. trait AxisTitle extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  12. trait BaseAxis[AxisType <: BaseAxis[AxisType, AxisEventsType], AxisEventsType <: BaseAxisEvents[AxisType]] extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  13. trait BaseAxisEvents[AxisType <: BaseAxis[AxisType, _]] extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  14. trait ColorAxis extends Object with BaseAxis[ColorAxis, ColorAxisEvents]
    Annotations
    @ScalaJSDefined() @RawJSType()
  15. trait ColorAxisDataClasses extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  16. trait ColorAxisEvents extends Object with BaseAxisEvents[ColorAxis]
    Annotations
    @ScalaJSDefined() @RawJSType()
  17. trait ColorAxisLabel extends Object with AxisLabel[ColorAxis]
    Annotations
    @ScalaJSDefined() @RawJSType()
  18. trait ColorAxisMarker extends Object

    Annotations
    @ScalaJSDefined() @RawJSType()
    Note

    JavaScript name: colorAxis-marker

  19. trait XAxis extends Object with Axis[XAxis, XAxisEvents]
    Annotations
    @ScalaJSDefined() @RawJSType()
  20. trait XAxisEvents extends Object with AxisEvents[XAxis]
    Annotations
    @ScalaJSDefined() @RawJSType()
  21. trait XAxisLabel extends Object with AxisLabel[XAxis]
    Annotations
    @ScalaJSDefined() @RawJSType()
  22. trait XAxisPlotBand extends Object with AxisPlotBand
    Annotations
    @ScalaJSDefined() @RawJSType()
  23. trait YAxis extends Object with Axis[YAxis, YAxisEvents]
    Annotations
    @ScalaJSDefined() @RawJSType()
  24. trait YAxisEvents extends Object with AxisEvents[YAxis]
    Annotations
    @ScalaJSDefined() @RawJSType()
  25. trait YAxisLabel extends Object with AxisLabel[YAxis]
    Annotations
    @ScalaJSDefined() @RawJSType()
  26. trait YAxisPlotBand extends Object with AxisPlotBand
    Annotations
    @ScalaJSDefined() @RawJSType()
  27. trait YAxisStackLabels extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  28. trait ZAxis extends Object with Axis[ZAxis, ZAxisEvents]
    Annotations
    @ScalaJSDefined() @RawJSType()
  29. trait ZAxisEvents extends Object with AxisEvents[ZAxis]
    Annotations
    @ScalaJSDefined() @RawJSType()
  30. trait ZAxisLabel extends Object with AxisLabel[ZAxis]
    Annotations
    @ScalaJSDefined() @RawJSType()
  31. trait ZAxisPlotBand extends Object with AxisPlotBand
    Annotations
    @ScalaJSDefined() @RawJSType()

Ungrouped