Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'js/script.js')
-rw-r--r--js/script.js8
1 files changed, 3 insertions, 5 deletions
diff --git a/js/script.js b/js/script.js
index 20259e5..cbcb192 100644
--- a/js/script.js
+++ b/js/script.js
@@ -261,7 +261,7 @@
}]
},
options: {
- legend: {display: false},
+ plugins: { legend: { display: false } },
scales: {
yAxes: [{
ticks: {
@@ -319,7 +319,7 @@
}]
},
options: {
- legend: {display: false},
+ plugins: { legend: { display: false } },
scales: {
yAxes: [{
ticks: {
@@ -412,9 +412,7 @@
type: 'doughnut',
data: chartdata,
options: {
- legend: {
- display: false,
- },
+ plugins: { legend: { display: false } },
tooltips: {
enabled: true,
},