From 3a98bf09072337539bed0b6203e3a887c730eaf8 Mon Sep 17 00:00:00 2001 From: Kristjan Komlosi Date: Fri, 1 Nov 2019 21:37:23 +0100 Subject: [PATCH] imported options --- frontend/frontend.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/frontend.js b/frontend/frontend.js index 6e88362..f1ee5f7 100644 --- a/frontend/frontend.js +++ b/frontend/frontend.js @@ -27,7 +27,7 @@ function graphSpectralData (obj, dom) { color: 'white' } } - $.plot('#graph', [graphPoints]); + $.plot('#graph', [graphPoints], options); // flot expects an array of arrays (lines) of 2-element arrays (points) }