Legend Options
fun LegendOptions(display: Boolean = true, position: Position = Position.TOP, fullWidth: Boolean = true, reverse: Boolean = false, onClick: (event: MouseEvent, legendItem: Chart.ChartLegendLabelItem) -> Unit? = null, onHover: (event: MouseEvent, legendItem: Chart.ChartLegendLabelItem) -> Unit? = null, labels: LegendLabelOptions? = null, align: LegendAlign? = null, onLeave: (event: MouseEvent, legendItem: Chart.ChartLegendLabelItem) -> Unit? = null)
Content copied to clipboard