Skip to content

Commit 531e953

Browse files
Code refactoring
1 parent 1b7d921 commit 531e953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/charts/AreaChart.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { useState, useEffect } from 'react';
22
import { Chart, registerables } from 'chart.js';
33
import { Line } from 'react-chartjs-2';
4+
import ChartDataLabels from 'chartjs-plugin-datalabels';
45
import axios from 'axios';
56
import numeral from 'numeral';
6-
import ChartDataLabels from 'chartjs-plugin-datalabels';
77
import Box from '@mui/material/Box';
88
import Card from '@mui/material/Card';
99
import CardContent from '@mui/material/CardContent';

0 commit comments

Comments
 (0)