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 f2904b9 commit d83e469Copy full SHA for d83e469
src/components/charts/LineChart.js
@@ -4,6 +4,8 @@ import { Line } from 'react-chartjs-2';
4
import ChartDataLabels from 'chartjs-plugin-datalabels';
5
import axios from 'axios';
6
import numeral from 'numeral';
7
+
8
+// Material UI
9
import Box from '@mui/material/Box';
10
import Card from '@mui/material/Card';
11
import CardContent from '@mui/material/CardContent';
0 commit comments