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