import React from 'react' import { Bar } from 'react-chartjs-2' import Chart from 'chart.js/auto'; //NE SURTOUT PAS SUPPRIMER CET IMPORT export default function ComparativeBarChart({ xlabels, data0, label0, data1, label1}) { return ( ) }