diff --git a/frontend/frontend.js b/frontend/frontend.js index 2235963..81d3163 100644 --- a/frontend/frontend.js +++ b/frontend/frontend.js @@ -28,10 +28,10 @@ function graphSpectralData (obj, dom) { color: 'white' }, xaxis: { - color: 'white' + color: 'green' }, yaxis: { - color: 'white' + color: 'blue' } } $.plot('#graph', [graphPoints], options);