Vue Line Charts - Argon
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 | Used to set the chart id. | |
title | String | Used to set the chart title. | |
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.
|
Line Chart
Pro
Income
$130,832 +90%
Props Information
Name | Type | Default | Description |
---|---|---|---|
id | string | Used to set the chart id. | |
title | string | Used to set a title for the chart. | |
value | object | Used to set a description for the chart and has the following keys:
| |
height | string | 100 | 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.
|
Gradient Line Chart
Pro
Props Information
Name | Type | Default | Description |
---|---|---|---|
id* | string | Used to set the chart id. It is a required prop. | |
title | string | Used to set a title for the chart. | |
description | string | Used to set a description for the chart. | |
height | string | 300 | 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.
|
Mini Gradient Line Chart
Pro
Props Information
Name | Type | Default | Description |
---|---|---|---|
id | string | Used to set the chart id. | |
title | string | Mini Gradient Line Chart | Used to set a title for the chart. |
description | string | Used to set a description for the chart. | |
height | string | 100 | 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.
|
Progress Line Chart
Pro
Tasks
480
60%
Props Information
Name | Type | Default | Description |
---|---|---|---|
id | string | Used to set the chart id. | |
title | string | Tasks | Used to set a title for the chart. |
height | string | 100 | Used to set a height for the chart. |
icon | string | calendar-grid-58 | Used to set the chart icon |
count | Number | Used to set the total count of items under the title of the chart. | |
progress | Number | Used to set the chart progress bar percentage value. | |
chart* | object | Used to set the chart data. It should be an object that contains the `labels` and `data` keys and these keys should be an array . Its a required prop. |