Logo FS-Skia-UI

BarChart Module

Bar-chart control rendering each `ChartSeries` as grouped bars; author it through the typed `Props` front door.

Functions and values

Function or value Description

create arg1

Full Usage: create arg1

Parameters:
    arg0 : Attr<'msg> list

Returns: Control<'msg>
Type parameters: 'msg

Builds a `BarChart` `Control` from the given attributes.

arg0 : Attr<'msg> list
Returns: Control<'msg>

series arg1

Full Usage: series arg1

Parameters:
Returns: Attr<'msg>
Type parameters: 'msg

Attribute supplying the bar-chart's `series` data to render as bars.

arg0 : ChartSeries list
Returns: Attr<'msg>

Type something to start searching.