From 4044c4329200b82576fc17013c230a224a53b06c Mon Sep 17 00:00:00 2001 From: Kristjan Komlosi Date: Sun, 6 Oct 2019 16:52:11 +0200 Subject: [PATCH] styling 2 --- frontend/frontend.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/frontend.js b/frontend/frontend.js index 0eda7eb..60764f1 100644 --- a/frontend/frontend.js +++ b/frontend/frontend.js @@ -40,6 +40,7 @@ function graphSpectralData (obj, dom) { datasets: [{ label: 'Spectrometer data', backgroundColor: 'rgba(1, 1, 1, 0.5)', + borderColor: 'rgba(1, 1, 1, 0.5)', data: arr }] },