PlotlyPage

data class PlotlyPage(val headers: Collection<PlotlyHtmlFragment>, val fragment: PlotlyFragment, val title: String = "Plotly.kt", val renderer: PlotlyRenderer = StaticPlotlyRenderer)

A complete page including headers and title

Constructors

Link copied to clipboard
constructor(headers: Collection<PlotlyHtmlFragment>, fragment: PlotlyFragment, title: String = "Plotly.kt", renderer: PlotlyRenderer = StaticPlotlyRenderer)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun PlotlyPage.makeFile(path: Path? = null, show: Boolean = true)

Export a page html to a file.

fun PlotlyPage.makeFile(path: <Error class: unknown class>)

Export a page html to a file.

Link copied to clipboard
fun render(): String