From d318c3661a01a548f37eb08fa5e1e12639a369ca Mon Sep 17 00:00:00 2001 From: Kristjan Komlosi Date: Fri, 1 Nov 2019 21:43:50 +0100 Subject: [PATCH] fixed missing commas --- frontend/frontend.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/frontend.js b/frontend/frontend.js index c01bd18..cd9b473 100644 --- a/frontend/frontend.js +++ b/frontend/frontend.js @@ -25,10 +25,10 @@ function graphSpectralData (obj, dom) { const options = { grid: { color: 'white' - } + }, xaxis: { color: 'white' - } + }, yaxis: { color: 'white' }