This commit is contained in:
Kristjan Komlosi
2019-10-06 17:00:46 +02:00
parent 8edc170b75
commit e21efc1b4a

View File

@@ -45,7 +45,12 @@ function graphSpectralData (obj, dom) {
}]
},
options: {
responsive: false
responsive: false,
legend: {
labels: {
fontcolor: '#ffffff'
}
}
}
});
}