kvision / pl.treksoft.kvision.chart / Chart / chart

chart

fun Container.chart(configuration: Configuration, chartWidth: Int? = null, chartHeight: Int? = null, classes: Set<String> = setOf(), init: (Chart.() -> Unit)? = null): Chart

DSL builder extension function.

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