Vue Bar Charts - Argon
The Bar Charts components helps you to simply create a beautiful bar chart for displaying the data.
Thin Bar Chart
Pro
Thin Bar Chart
Props Information
Name | Type | Default | Description |
---|---|---|---|
id | string | Used to set an id for the chart. | |
title | string | Thin Bar Chart | Used to set a title for the chart. |
height | string, number | 200 | 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.
|