Package-level declarations

Types

Link copied to clipboard
abstract class PlotlyScript
Link copied to clipboard
class PlotlyScriptCompilationConfiguration : ScriptCompilationConfiguration

Functions

Link copied to clipboard
fun main(args: Array<String>)
Link copied to clipboard
fun Plotly.page(file: File, title: String = "Plotly.kt", headers: Array<PlotlyHtmlFragment> = arrayOf(cdnPlotlyHeader), logger: KLogger = KotlinLogging.logger("scripting")): PlotlyPage
fun Plotly.page(string: String, title: String = "Plotly.kt", headers: Array<PlotlyHtmlFragment> = arrayOf(cdnPlotlyHeader), logger: KLogger = KotlinLogging.logger("scripting")): PlotlyPage
fun Plotly.page(source: SourceCode, title: String = "Plotly.kt", headers: Array<PlotlyHtmlFragment> = arrayOf(cdnPlotlyHeader), logger: KLogger = KotlinLogging.logger("scripting")): PlotlyPage