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)