[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
parent b6bc0e3911
commit 2f4b9455b2

View File

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