Chart
open class Chart(configuration: Configuration, chartWidth: Int? = null, chartHeight: Int? = null, className: String? = null, init: Chart.() -> Unit? = null)
Chart component.
Parameters
configuration
chart configuration
chart Width
chart width in pixels
chart Height
chart height in pixels
class Name
CSS class names
init
an initializer extension function
Constructors
Functions
Link copied to clipboard
Clears the chart.
Link copied to clipboard
Returns chart configuration in the form of native JS object.
Link copied to clipboard
Renders the chart.
Link copied to clipboard
Resizes the chart to the size of the container.
Link copied to clipboard
Returns a base64 encoded string of the chart in its current state.
Link copied to clipboard
Updates the chart.