plot
fun Element.plot(plot: Plot, plotlyConfig: PlotlyConfig = PlotlyConfig())
Content copied to clipboard
Attach a plot to this element or update existing plot
inline fun Element.plot(plotlyConfig: PlotlyConfig = PlotlyConfig(), plotBuilder: Plot.() -> Unit)
Content copied to clipboard
inline fun <ERROR CLASS><HTMLElement>.plot(plotlyConfig: PlotlyConfig = PlotlyConfig(), plotBuilder: Plot.() -> Unit)
Content copied to clipboard
fun FlowContent.plot(plot: Plot, plotId: String = plot.toString(), config: PlotlyConfig = PlotlyConfig(), renderer: PlotlyRenderer = StaticPlotlyRenderer): Plot
Content copied to clipboard
fun FlowContent.plot(plotId: String? = null, config: PlotlyConfig = PlotlyConfig(), renderer: PlotlyRenderer = StaticPlotlyRenderer, builder: Plot.() -> Unit): Plot
Content copied to clipboard