From 8edc170b7587f1b5553d74c53024e535c6ef3097 Mon Sep 17 00:00:00 2001 From: Kristjan Komlosi Date: Sun, 6 Oct 2019 16:56:39 +0200 Subject: [PATCH] styling3 --- frontend/frontend.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/frontend.js b/frontend/frontend.js index 60764f1..d183e77 100644 --- a/frontend/frontend.js +++ b/frontend/frontend.js @@ -39,8 +39,8 @@ function graphSpectralData (obj, dom) { labels: ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'R', 'I', 'S', 'J', 'T', 'U', 'V', 'W', 'K', 'L'], datasets: [{ label: 'Spectrometer data', - backgroundColor: 'rgba(1, 1, 1, 0.5)', - borderColor: 'rgba(1, 1, 1, 0.5)', + backgroundColor: 'rgba(255, 255, 255, 0.9)', + borderColor: 'rgba(255, 255, 255, 0.5)', data: arr }] },