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) }