From 5384cc82a1787a1e77104d519446617dd8f00add Mon Sep 17 00:00:00 2001 From: Kristjan Komlosi Date: Fri, 1 Nov 2019 21:53:42 +0100 Subject: [PATCH] color tests --- frontend/frontend.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);