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 d1d6ebe commit 1b7d921Copy full SHA for 1b7d921
src/components/charts/AreaChart.js
@@ -1,8 +1,8 @@
1
import { useState, useEffect } from 'react';
2
-import axios from 'axios';
3
-import numeral from 'numeral';
4
import { Chart, registerables } from 'chart.js';
5
import { Line } from 'react-chartjs-2';
+import axios from 'axios';
+import numeral from 'numeral';
6
import ChartDataLabels from 'chartjs-plugin-datalabels';
7
import Box from '@mui/material/Box';
8
import Card from '@mui/material/Card';
0 commit comments