Plotly
object Plotly
Content copied to clipboard
A namespace for utility functions
Functions
Properties
Extensions
display
Link copied to clipboard
fun Plotly.display(pageBuilder: FlowContent.(renderer: PlotlyRenderer) -> Unit)
Content copied to clipboard
fragment
Link copied to clipboard
fun Plotly.fragment(content: FlowContent.(renderer: PlotlyRenderer) -> Unit): PlotlyFragment
Content copied to clipboard
page
Link copied to clipboard
fun Plotly.page(vararg headers: PlotlyHtmlFragment = arrayOf(cdnPlotlyHeader), title: String = "Plotly.kt", renderer: PlotlyRenderer = StaticPlotlyRenderer, content: FlowContent.(renderer: PlotlyRenderer) -> Unit): PlotlyPage
Content copied to clipboard