Logo FS-Skia-UI

PieChart Module

Pie-chart control rendering `ChartPoint` values as proportional slices; 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 `PieChart` `Control` from the given attributes.

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

values arg1

Full Usage: values arg1

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

Attribute supplying the pie-chart's `values`, each a slice of the whole.

arg0 : ChartPoint list
Returns: Attr<'msg>

Type something to start searching.