Bar Chart - Material
The Bar Charts components helps you to simply create a beautiful bar chart for displaying the data.
Reports Bar Chart
Props Information
Name | Type | Default | Description |
---|---|---|---|
id | string | bar-chart | Used to set an id for the chart. |
height | string, number | 170 | Used to set a height for the chart. |
chart* | object | Used to set the chart data. It should be an object that contains the `labels` and `datasets` keys.
|
Horizontal Bar Chart
Pro
Props Information
Name | Type | Default | Description |
---|---|---|---|
id | string | chart-bar | Used to set an id for the chart. |
height | string, number | 3000 | Used to set a height for the chart. |
chart* | object | Used to set the chart data. It should be an object that contains the `labels` and `datasets` keys.
|