Line Charts
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 |
---|---|---|---|
title | String | Used to set the title. | |
height | NumberString | 300 | Used to set the chart height. |
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. |
Line Chart
Pro
Income
$130,832 +90%
Props Information
Name | Type | Default | Description |
---|---|---|---|
title | String | Used to set the title. | |
height | NumberString | 100 | Used to set the chart height. |
value | object | Used to set a description for the chart and has the following keys:
| |
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. |
Gradient Line Chart
Pro
Props Information
Name | Type | Default | Description |
---|---|---|---|
height | NumberString | 290 | Used to set the chart height. |
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. |
Mini Gradient Line Chart
Pro
Props Information
Name | Type | Default | Description |
---|---|---|---|
height | NumberString | 150 | Used to set the chart height. |
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. |
Progress Line Chart
Pro
Tasks
480
60%
Props Information
Name | Type | Default | Description |
---|---|---|---|
title | String | Used to set the title. | |
height | NumberString | 100 | Used to set the chart height. |
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. | |
isRTL | bool | Used to set the direction for RTL pages | |
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. |