Plotly

@native @JSGlobal @JSType
object Plotly extends PlotlyStatic
class Object
trait Any
class Object
trait Matchable
class Any

Type members

Inherited types

type Root = String | PlotlyHTMLElement
Inherited from
PlotlyStatic

Value members

Inherited methods

def addTraces(root: Root, traces: UndefOr[PlotData] | Array[UndefOr[PlotData]], newIndices: Array[Double] | Double): Future[PlotlyHTMLElement]
Inherited from
PlotlyStatic
def deleteTraces(root: Root, indices: Array[Double] | Double): Future[PlotlyHTMLElement]
Inherited from
PlotlyStatic
def downloadImage(root: Root, opts: DownloadImgopts): Future[String]
Inherited from
PlotlyStatic
def extendTraces(root: Root, update: UndefOr[PlotData] | Array[UndefOr[PlotData]], indices: Double | Array[Double]): Future[PlotlyHTMLElement]
Inherited from
PlotlyStatic
def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def moveTraces(root: Root, currentIndices: Array[Double] | Double, newIndices: Array[Double] | Double): Future[PlotlyHTMLElement]
Inherited from
PlotlyStatic
def newPlot(root: Root, scatterData: Array[PlotData], layout: UndefOr[Layout], config: UndefOr[Config]): Unit
Inherited from
PlotlyStatic
def plot(root: Root, data: Array[PlotData], layout: UndefOr[Layout], config: UndefOr[Config]): Unit
Inherited from
PlotlyStatic
def prependTraces(root: Root, update: UndefOr[PlotData] | Array[UndefOr[PlotData]], indices: Double | Array[Double]): Future[PlotlyHTMLElement]
Inherited from
PlotlyStatic
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def purge(root: Root): Unit
Inherited from
PlotlyStatic
def redraw(root: Root): Unit
Inherited from
PlotlyStatic
def relayout(root: Root, layout: UndefOr[Layout]): Unit
Inherited from
PlotlyStatic
def restyle(root: Root, aobj: Array[PlotData], traces: UndefOr[Array[Double] | Double]): Future[PlotlyHTMLElement]
Inherited from
PlotlyStatic
def toImage(root: Root, opts: ToImgopts): Future[String]
Inherited from
PlotlyStatic
def toLocaleString(): String
Inherited from
Object
def update(root: Root, traceUpdate: UndefOr[Array[PlotData]], layoutUpdate: UndefOr[Layout], traces: UndefOr[Array[Double] | Double]): Future[PlotlyHTMLElement]
Inherited from
PlotlyStatic
def valueOf(): Any
Inherited from
Object

Inherited fields

val d3: Any
Inherited from
PlotlyStatic