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. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val boxmean: UndefOr[|[String, Boolean]]
    Annotations
    @JSOptional()
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. val connectgaps: UndefOr[Boolean]
    Annotations
    @JSOptional()
  8. val customdata: UndefOr[Array[Datum]]
    Annotations
    @JSOptional()
  9. val direction: UndefOr[String]
    Annotations
    @JSOptional()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. val fill: UndefOr[String]
    Annotations
    @JSOptional()
  13. val fillcolor: UndefOr[String]
    Annotations
    @JSOptional()
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. val hole: UndefOr[Double]
    Annotations
    @JSOptional()
  18. val hoverOn: UndefOr[String]
    Annotations
    @JSOptional()
  19. val hoverTemplate: UndefOr[|[String, Array[String]]]
    Annotations
    @JSOptional()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  22. val labels: UndefOr[Array[Datum]]
    Annotations
    @JSOptional()
  23. val mode: UndefOr[String]
    Annotations
    @JSOptional()
  24. val name: UndefOr[String]
    Annotations
    @JSOptional()
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. val orientation: UndefOr[String]
    Annotations
    @JSOptional()
  29. val parents: UndefOr[Array[String]]
    Annotations
    @JSOptional()
  30. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  31. val r: UndefOr[Array[Datum]]
    Annotations
    @JSOptional()
  32. val rotation: UndefOr[Double]
    Annotations
    @JSOptional()
  33. val showlegend: UndefOr[Boolean]
    Annotations
    @JSOptional()
  34. val stackgroup: UndefOr[String]
    Annotations
    @JSOptional()
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. val text: UndefOr[|[String, Array[String]]]
    Annotations
    @JSOptional()
  37. val textdpositionInfo: UndefOr[String]
    Annotations
    @JSOptional()
  38. val textinfo: UndefOr[String]
    Annotations
    @JSOptional()
  39. val theta: UndefOr[Array[Datum]]
    Annotations
    @JSOptional()
  40. def toLocaleString(): String
    Definition Classes
    Object
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. val transpose: UndefOr[Boolean]
    Annotations
    @JSOptional()
  43. val value: UndefOr[Double]
    Annotations
    @JSOptional()
  44. def valueOf(): Any
    Definition Classes
    Object
  45. val values: UndefOr[Array[Datum]]
    Annotations
    @JSOptional()
  46. val visible: UndefOr[|[Boolean, String]]
    Annotations
    @JSOptional()
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. val width: UndefOr[|[Int, Array[Int]]]
    Annotations
    @JSOptional()
  51. val xgap: UndefOr[Int]
    Annotations
    @JSOptional()
  52. val ygap: UndefOr[Int]
    Annotations
    @JSOptional()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Trace

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped