Doughnut Charts - Argon
The Doughnut Charts components helps you to simply create a beautiful doughnut chart for displaying the data.
The below codes are editable and you can modify them the way you want directly from your browser, please use the green button or the ctrl + s to save the changes.
Default Doughnut Chart
// Argon Dashboard 2 MUI Examples
import DefaultDoughnutChart from "examples/Charts/DoughnutCharts/DefaultDoughnutChart";
Default Doughnut Chart
Props Information
Name | Type | Default | Description |
---|---|---|---|
title | string | "" | Used to set a title for the chart. |
description | nodestring | "" | Used to set a description for the chart. |
height | numberstring | 19.125rem | 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 Doughnut Chart
PRO
// Argon Dashboard 2 PRO MUI examples
import ProgressDoughnutChart from "examples/Charts/DoughnutCharts/ProgressDoughnutChart";
115
Props Information
Name | Type | Default | Description |
---|---|---|---|
color | 'primary''secondary''info''success''warning''error''dark' | info | Used to set the chart color. |
icon* | node | Used to set the chart icon. Its a required prop. | |
title* | string | Used to set the chart title. Its a required prop. | |
count | numberstring | 0 | Used to set the total count of items under the title of the chart. |
height | numberstring | 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.
|
Reports Doughnut Chart
PRO
// Argon Dashboard 2 PRO MUI examples
import ReportsDoughnutChart from "examples/Charts/DoughnutCharts/ReportsDoughnutChart";
Consumption by room
471.3
Props Information
Name | Type | Default | Description |
---|---|---|---|
title* | string | Used to set the chart title. Its a required prop. | |
count* | { number: ["string", "number"], text: string } | Used to set the total count inside the chart. Its a required prop. | |
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. |
Complex Reports Doughnut Chart
PRO
// Argon Dashboard 2 PRO MUI examples
import ComplexReportsDoughnutChart from "examples/Charts/DoughnutCharts/ComplexReportsDoughnutChart";
Referrals
Props Information
Name | Type | Default | Description |
---|---|---|---|
title* | string | Used to set the chart title. Its a required prop. | |
chart* | object | Used to set the chart data. It should be an object that contains the `images`, `labels` and `datasets` keys.
| |
tooltip | string | Used to set the helper tooltip content of the chart. | |
action | bool{ type: ["internal", "external"], route: string, label: string, color: ["primary", "secondary", "info", "success", "warning", "error", "dark", "light"], } | false | Used to set the chart button configurations. |