chart

fun Container.chart(    configuration: Configuration,     chartWidth: Int? = null,     chartHeight: Int? = null,     className: String? = null,     init: Chart.() -> Unit? = null): Chart(source)

DSL builder extension function.

It takes the same parameters as the constructor of the built component.