PlotlyConnect

Functions

Link copied to clipboard
fun createPlotFrom(id: String, from: URL, config: dynamic = {})

Create a plot taking data from given url

Link copied to clipboard
fun makePlot(graphDiv: Element, data: Array<dynamic>, layout: dynamic, config: dynamic)
Link copied to clipboard
fun startPull(id: String, from: URL, millis: Int)

Start pull updates with regular requests from client side

Link copied to clipboard
fun startPush(id: String, ws: String)

Start push updates via websocket

Link copied to clipboard
fun updatePlotFrom(id: String, from: URL)

Update a plot taking data from given url