being irresponsive

This commit is contained in:
d3m1g0d
2019-04-16 18:35:42 +02:00
parent dc12b92d5b
commit 2211f7ca95
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -35,6 +35,9 @@ function graphSpectralData(obj, dom) {
label: 'Spectrometer data',
data: Object.values(obj[0])
}]
},
options: {
responsive: false
}
});
}