object Plotly extends Object with PlotlyStatic
- Annotations
- @native() @JSGlobal()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Plotly
- PlotlyStatic
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type Root = |[String, HTMLElement]
- Definition Classes
- PlotlyStatic
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addTraces(root: Root, traces: |[UndefOr[PlotData], Array[UndefOr[PlotData]]] = js.undefined, newIndices: |[Array[Double], Double] = ???): Future[PlotlyHTMLElement]
- Definition Classes
- PlotlyStatic
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val d3: Any
- Definition Classes
- PlotlyStatic
- def deleteTraces(root: Root, indices: |[Array[Double], Double]): Future[PlotlyHTMLElement]
- Definition Classes
- PlotlyStatic
- def downloadImage(root: Root, opts: DownloadImgopts): Future[String]
- Definition Classes
- PlotlyStatic
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def extendTraces(root: Root, update: |[UndefOr[PlotData], Array[UndefOr[PlotData]]] = js.undefined, indices: |[Double, Array[Double]]): Future[PlotlyHTMLElement]
- Definition Classes
- PlotlyStatic
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- def moveTraces(root: Root, currentIndices: |[Array[Double], Double], newIndices: |[Array[Double], Double] = ???): Future[PlotlyHTMLElement]
- Definition Classes
- PlotlyStatic
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newPlot(root: Root, scatterData: Array[PlotData], layout: UndefOr[Layout] = js.undefined, config: UndefOr[Config] = js.undefined): PlotlyHTMLElement
- Definition Classes
- PlotlyStatic
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def plot(root: Root, data: Array[PlotData], layout: UndefOr[Layout] = js.undefined, config: UndefOr[Config] = js.undefined): PlotlyHTMLElement
- Definition Classes
- PlotlyStatic
- def prependTraces(root: Root, update: |[UndefOr[PlotData], Array[UndefOr[PlotData]]] = js.undefined, indices: |[Double, Array[Double]]): Future[PlotlyHTMLElement]
- Definition Classes
- PlotlyStatic
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- def purge(root: Root): Unit
- Definition Classes
- PlotlyStatic
- def redraw(root: Root): Future[PlotlyHTMLElement]
- Definition Classes
- PlotlyStatic
- def relayout(root: Root, layout: UndefOr[Layout] = js.undefined): Future[PlotlyHTMLElement]
- Definition Classes
- PlotlyStatic
- def restyle(root: Root, aobj: Array[PlotData], traces: UndefOr[|[Array[Double], Double]] = js.undefined): Future[PlotlyHTMLElement]
- Definition Classes
- PlotlyStatic
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toImage(root: Root, opts: ToImgopts): Future[String]
- Definition Classes
- PlotlyStatic
- def toLocaleString(): String
- Definition Classes
- Object
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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
- def valueOf(): Any
- Definition Classes
- Object
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- 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.