mirror of
https://github.com/odoo/runbot.git
synced 2025-03-27 13:25:47 +07:00
[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:
parent
b6bc0e3911
commit
2f4b9455b2
@ -6,8 +6,10 @@ var config = {
|
|||||||
animation: {
|
animation: {
|
||||||
duration: 0
|
duration: 0
|
||||||
},
|
},
|
||||||
legend: {
|
plugins: {
|
||||||
display: false,
|
legend: {
|
||||||
|
display: false
|
||||||
|
}
|
||||||
},
|
},
|
||||||
responsive: true,
|
responsive: true,
|
||||||
tooltips: {
|
tooltips: {
|
||||||
|
Loading…
Reference in New Issue
Block a user