color tests

This commit is contained in:
Kristjan Komlosi
2019-11-01 21:53:42 +01:00
parent e770fdf78e
commit 5384cc82a1

View File

@@ -28,10 +28,10 @@ function graphSpectralData (obj, dom) {
color: 'white'
},
xaxis: {
color: 'white'
color: 'green'
},
yaxis: {
color: 'white'
color: 'blue'
}
}
$.plot('#graph', [graphPoints], options);