trait Data extends Object with Trace

Annotations
@JSType()
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Data
  2. Trace
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val type: PlotType
    Definition Classes
    Trace

Concrete Value Members

  1. val boxmean: UndefOr[|[String, Boolean]]
    Annotations
    @JSOptional()
  2. val connectgaps: UndefOr[Boolean]
    Annotations
    @JSOptional()
  3. val customdata: UndefOr[Array[Datum]]
    Annotations
    @JSOptional()
  4. val direction: UndefOr[String]
    Annotations
    @JSOptional()
  5. val fill: UndefOr[String]
    Annotations
    @JSOptional()
  6. val fillcolor: UndefOr[String]
    Annotations
    @JSOptional()
  7. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  8. val hole: UndefOr[Double]
    Annotations
    @JSOptional()
  9. val hoverOn: UndefOr[String]
    Annotations
    @JSOptional()
  10. val hoverTemplate: UndefOr[|[String, Array[String]]]
    Annotations
    @JSOptional()
  11. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  12. val labels: UndefOr[Array[Datum]]
    Annotations
    @JSOptional()
  13. val mode: UndefOr[String]
    Annotations
    @JSOptional()
  14. val name: UndefOr[String]
    Annotations
    @JSOptional()
  15. val orientation: UndefOr[String]
    Annotations
    @JSOptional()
  16. val parents: UndefOr[Array[String]]
    Annotations
    @JSOptional()
  17. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  18. val r: UndefOr[Array[Datum]]
    Annotations
    @JSOptional()
  19. val rotation: UndefOr[Double]
    Annotations
    @JSOptional()
  20. val showlegend: UndefOr[Boolean]
    Annotations
    @JSOptional()
  21. val stackgroup: UndefOr[String]
    Annotations
    @JSOptional()
  22. val text: UndefOr[|[String, Array[String]]]
    Annotations
    @JSOptional()
  23. val textdpositionInfo: UndefOr[String]
    Annotations
    @JSOptional()
  24. val textinfo: UndefOr[String]
    Annotations
    @JSOptional()
  25. val theta: UndefOr[Array[Datum]]
    Annotations
    @JSOptional()
  26. def toLocaleString(): String
    Definition Classes
    Object
  27. val transpose: UndefOr[Boolean]
    Annotations
    @JSOptional()
  28. val value: UndefOr[Double]
    Annotations
    @JSOptional()
  29. def valueOf(): Any
    Definition Classes
    Object
  30. val values: UndefOr[Array[Datum]]
    Annotations
    @JSOptional()
  31. val visible: UndefOr[|[Boolean, String]]
    Annotations
    @JSOptional()
  32. val width: UndefOr[|[Int, Array[Int]]]
    Annotations
    @JSOptional()
  33. val xgap: UndefOr[Int]
    Annotations
    @JSOptional()
  34. val ygap: UndefOr[Int]
    Annotations
    @JSOptional()