Vue Doughnut Chart - Argon
The Doughnut Charts components helps you to simply create a beautiful doughnut chart for displaying the data.
Reports Doughnut Chart
Consumption by room
471.3WATTS
Living Room |
15% |
Kitchen |
20% |
Attic |
13% |
Garage |
32% |
Basement |
20% |
Props Information
Name | Type | Default | Description |
---|---|---|---|
id | String | Used to set the chart id. | |
title | String | Used to set the chart title. | |
count* | object |
Used to set the total count inside the chart. Its a
required prop and has the following keys:
|
|
chart* | object |
Used to set the chart data. It should be an
object that contains the `labels` and
`datasets` keys.
|
|
tooltip | String | Used to set the helper tooltip content of the chart. |