We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e59c70 commit 8cd4d3eCopy full SHA for 8cd4d3e
1 file changed
js/common/plotter.js
@@ -45,6 +45,7 @@ export function plotValues(chartObj, serialMessage, bufferSize) {
45
}
46
47
let valuesToPlot;
48
+ let textValues;
49
50
// handle possible tuple in textLine
51
if (textLine.startsWith("(") && textLine.endsWith(")")) {
0 commit comments