mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +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: {
|
||||
duration: 0
|
||||
},
|
||||
legend: {
|
||||
display: false,
|
||||
plugins: {
|
||||
legend: {
|
||||
display: false
|
||||
}
|
||||
},
|
||||
responsive: true,
|
||||
tooltips: {
|
||||
|
Loading…
Reference in New Issue
Block a user