object Plotly extends Object with PlotlyStatic

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

Type Members

  1. type Root = |[String, HTMLElement]
    Definition Classes
    PlotlyStatic

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]
    Definition Classes
    PlotlyStatic
  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
    Definition Classes
    PlotlyStatic
  8. def deleteTraces(root: Root, indices: |[Array[Double], Double]): Future[PlotlyHTMLElement]
    Definition Classes
    PlotlyStatic
  9. def downloadImage(root: Root, opts: DownloadImgopts): Future[String]
    Definition Classes
    PlotlyStatic
  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]
    Definition Classes
    PlotlyStatic
  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]
    Definition Classes
    PlotlyStatic
  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
    Definition Classes
    PlotlyStatic
  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
    Definition Classes
    PlotlyStatic
  24. def prependTraces(root: Root, update: |[UndefOr[PlotData], Array[UndefOr[PlotData]]] = js.undefined, indices: |[Double, Array[Double]]): Future[PlotlyHTMLElement]
    Definition Classes
    PlotlyStatic
  25. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  26. def purge(root: Root): Unit
    Definition Classes
    PlotlyStatic
  27. def redraw(root: Root): Future[PlotlyHTMLElement]
    Definition Classes
    PlotlyStatic
  28. def relayout(root: Root, layout: UndefOr[Layout] = js.undefined): Future[PlotlyHTMLElement]
    Definition Classes
    PlotlyStatic
  29. def restyle(root: Root, aobj: Array[PlotData], traces: UndefOr[|[Array[Double], Double]] = js.undefined): Future[PlotlyHTMLElement]
    Definition Classes
    PlotlyStatic
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toImage(root: Root, opts: ToImgopts): Future[String]
    Definition Classes
    PlotlyStatic
  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]
    Definition Classes
    PlotlyStatic
  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 PlotlyStatic

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped