ListChart
A chart widget to display a list of charts including diverse types.


Props
Name
Type
Default Value
Required
Description
name
string
-
yes
Name of chart
headers
{ name: string; span: number }[]
-
yes
Sets the header, or left side, of the chart.
data
{ type: string; value: string | IObject; styles: IObject }[]
[]
no
Data of your charts, aka an array to render on the right side of the chart.
Usage Example
Data Structure
Data
Header
Last updated
Was this helpful?