imported options

This commit is contained in:
Kristjan Komlosi
2019-11-01 21:37:23 +01:00
parent d42316d706
commit 3a98bf0907

View File

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