From 537183078f264f0db7475c97bff1e01c19810141 Mon Sep 17 00:00:00 2001 From: Kristjan Komlosi Date: Sun, 6 Oct 2019 17:06:34 +0200 Subject: [PATCH] styling 6 --- frontend/frontend.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/frontend.js b/frontend/frontend.js index 7861ebe..411c32b 100644 --- a/frontend/frontend.js +++ b/frontend/frontend.js @@ -50,6 +50,11 @@ function graphSpectralData (obj, dom) { labels: { fontColor: '#fff' } + }, + scales: { + gridLines: { + color: 'rgba(255,255,255,0.3)' + } } } });