trait PlotlyStatic extends Object

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

Type Members

  1. type Root = |[String, HTMLElement]

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. def addTraces(root: Root, traces: |[UndefOr[PlotData], Array[UndefOr[PlotData]]] = js.undefined, newIndices: |[Array[Double], Double] = ???): Future[PlotlyHTMLElement]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. val d3: Any
  8. def deleteTraces(root: Root, indices: |[Array[Double], Double]): Future[PlotlyHTMLElement]
  9. def downloadImage(root: Root, opts: DownloadImgopts): Future[String]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def extendTraces(root: Root, update: |[UndefOr[PlotData], Array[UndefOr[PlotData]]] = js.undefined, indices: |[Double, Array[Double]]): Future[PlotlyHTMLElement]
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  18. def moveTraces(root: Root, currentIndices: |[Array[Double], Double], newIndices: |[Array[Double], Double] = ???): Future[PlotlyHTMLElement]
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def newPlot(root: Root, scatterData: Array[PlotData], layout: UndefOr[Layout] = js.undefined, config: UndefOr[Config] = js.undefined): PlotlyHTMLElement
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def plot(root: Root, data: Array[PlotData], layout: UndefOr[Layout] = js.undefined, config: UndefOr[Config] = js.undefined): PlotlyHTMLElement
  24. def prependTraces(root: Root, update: |[UndefOr[PlotData], Array[UndefOr[PlotData]]] = js.undefined, indices: |[Double, Array[Double]]): Future[PlotlyHTMLElement]
  25. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  26. def purge(root: Root): Unit
  27. def redraw(root: Root): Future[PlotlyHTMLElement]
  28. def relayout(root: Root, layout: UndefOr[Layout] = js.undefined): Future[PlotlyHTMLElement]
  29. def restyle(root: Root, aobj: Array[PlotData], traces: UndefOr[|[Array[Double], Double]] = js.undefined): Future[PlotlyHTMLElement]
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toImage(root: Root, opts: ToImgopts): Future[String]
  32. def toLocaleString(): String
    Definition Classes
    Object
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def update(root: Root, traceUpdate: UndefOr[Array[PlotData]] = js.undefined, layoutUpdate: UndefOr[Layout] = js.undefined, traces: UndefOr[|[Array[Double], Double]] = js.undefined): Future[PlotlyHTMLElement]
  35. def valueOf(): Any
    Definition Classes
    Object
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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 Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped