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 }] },