Package-level declarations
Types
Link copied to clipboard
class MetaChangeCollector
A change collector that combines all emitted configuration changes until read, than drops all collected changes and starts new batch.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
fun PlotlyServer.plot(plotId: String? = null, config: PlotlyConfig = PlotlyConfig(), plotBuilder: Plot.() -> Unit)
A shortcut to make a single plot at the default page
Link copied to clipboard
fun Application.plotlyModule(route: String = DEFAULT_PAGE, block: PlotlyServer.() -> Unit = {}): PlotlyServer
Attach plotly application to given server
Link copied to clipboard
Configure client to request regular updates from server. Pull updates are more expensive than push updates since they contain the full plot data and server can't decide what to send.
Link copied to clipboard
Configure server to start sending updates in push mode. Does not affect loaded pages