Line Charts - Material
The Line Charts components helps you to simply create a beautiful line chart for displaying the data.
Default Line Chart
Props Information
Name | Type | Default | Description |
---|---|---|---|
id | String | chart-line | Used to set the chart id. |
height | String | 300 | Used to set the chart height. |
chart* | object | Used to set the chart data. It should be an object that contains the `labels` and `datasets` keys.
|