|
|
|
@ -3,7 +3,7 @@ import axios from 'axios'
|
|
|
|
|
import Chart from 'chart.js/auto'
|
|
|
|
|
import NavigationDashboard from '../components/NavigationDashboard';
|
|
|
|
|
import { Pie } from "react-chartjs-2";
|
|
|
|
|
import { Chart as ChartJS, ArcElement, Tooltip, Legend } from 'chart.js';
|
|
|
|
|
import { Chart as ChartJS, ArcElement, Tooltip, Legend, DoughnutController } from 'chart.js';
|
|
|
|
|
import { setDefaultLocale } from 'react-datepicker';
|
|
|
|
|
import { private_excludeVariablesFromRoot } from '@mui/material';
|
|
|
|
|
import Session from 'react-session-api';
|
|
|
|
@ -91,6 +91,14 @@ const Analyse = () => {
|
|
|
|
|
'rgba(153, 102, 255, 1)',
|
|
|
|
|
'rgba(255, 159, 64, 1)',
|
|
|
|
|
],
|
|
|
|
|
fontColor: [
|
|
|
|
|
'rgba(255, 99, 132, 0.2)',
|
|
|
|
|
'rgba(54, 162, 235, 0.2)',
|
|
|
|
|
'rgba(255, 206, 86, 0.2)',
|
|
|
|
|
'rgba(75, 192, 192, 0.2)',
|
|
|
|
|
'rgba(153, 102, 255, 0.2)',
|
|
|
|
|
'rgba(255, 159, 64, 0.2)',
|
|
|
|
|
],
|
|
|
|
|
borderWidth: 1,
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|