mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-17 23:47:13 +00:00
Remove Legends
This commit is contained in:
parent
42622f69d2
commit
88c8dbb7f3
@ -276,6 +276,9 @@ export default function ServerDetail() {
|
|||||||
return timeLabels[tooltipItems[0].dataIndex];
|
return timeLabels[tooltipItems[0].dataIndex];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
legend: {
|
||||||
|
display: false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
scales: {
|
scales: {
|
||||||
@ -320,6 +323,9 @@ export default function ServerDetail() {
|
|||||||
return timeLabels[tooltipItems[0].dataIndex];
|
return timeLabels[tooltipItems[0].dataIndex];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
legend: {
|
||||||
|
display: false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
scales: {
|
scales: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user