bug fixed
This commit is contained in:
parent
cdc14fe7e2
commit
e43c336c63
@ -5,6 +5,7 @@ import App from '@/App';
|
||||
import '@/index.css';
|
||||
import '@/utils/chartsetup';
|
||||
|
||||
|
||||
ReactDOM.createRoot(document.getElementById('root')).render(
|
||||
<React.StrictMode>
|
||||
<BrowserRouter>
|
||||
|
||||
@ -4,6 +4,7 @@ import {
|
||||
CategoryScale,
|
||||
LinearScale,
|
||||
BarElement,
|
||||
BarController,
|
||||
LineElement,
|
||||
PointElement,
|
||||
Title,
|
||||
@ -16,6 +17,7 @@ ChartJS.register(
|
||||
CategoryScale,
|
||||
LinearScale,
|
||||
BarElement,
|
||||
BarController,
|
||||
LineElement,
|
||||
PointElement,
|
||||
Title,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user