This commit is contained in:
Kristjan Komlosi
2019-10-06 17:02:13 +02:00
parent 8edc170b75
commit 47937d8bb8
+6 -1
View File
@@ -45,7 +45,12 @@ function graphSpectralData (obj, dom) {
}]
},
options: {
responsive: false
responsive: false,
legend: {
labels: {
fontColor: '#ffffff'
}
}
}
});
}