[FIX] runbot: hide legend in new charjs version

The option namespace for label changed  in version 3.0
See https://www.chartjs.org/docs/3.0.2/configuration/legend.html
This commit is contained in:
Xavier-Do 2024-02-08 16:36:45 +01:00 committed by Christophe Monniez
parent 36fdec11d5
commit db2da457ad

View File

@ -6,8 +6,10 @@ var config = {
animation: {
duration: 0
},
legend: {
display: false,
plugins: {
legend: {
display: false
}
},
responsive: true,
tooltips: {