Bar Charts
The Bar Charts components helps you to simply create a beautiful bar chart for displaying the data.
Thin Bar Chart
Pro
Props Information
| Name | Type | Default | Description |
|---|---|---|---|
| title | string | Thin Bar Chart | Used to set a title for the chart. |
| height | string, number | 190 | Used to set a height for the chart. |
| chartOptions | object | It is an object and is used to set the chart configuration. | |
| series | array | It is an array and is used to set the data and label. |
Bar Chart Horizontal
Pro
Props Information
| Name | Type | Default | Description |
|---|---|---|---|
| height | string, number | 300 | Used to set a height for the chart. |
| chartOptions | object | It is an object and is used to set the chart configuration. | |
| series | array | It is an array and is used to set the data and label. |