fixed missing commas

This commit is contained in:
Kristjan Komlosi
2019-11-01 21:43:50 +01:00
parent b960473aed
commit d318c3661a

View File

@@ -25,10 +25,10 @@ function graphSpectralData (obj, dom) {
const options = {
grid: {
color: 'white'
}
},
xaxis: {
color: 'white'
}
},
yaxis: {
color: 'white'
}