We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa00902 commit 66655c1Copy full SHA for 66655c1
src/components/charts/DoughnutChart.js
@@ -1,9 +1,9 @@
1
import React, { useState, useEffect } from 'react';
2
-import axios from 'axios';
3
-import numeral from 'numeral';
4
import { Chart, registerables } from 'chart.js';
5
import { Pie } from 'react-chartjs-2';
6
import ChartDataLabels from 'chartjs-plugin-datalabels';
+import axios from 'axios';
+import numeral from 'numeral';
7
import Box from '@mui/material/Box';
8
import Card from '@mui/material/Card';
9
import CardContent from '@mui/material/CardContent';
0 commit comments