Skip to content

Commit 8cd4d3e

Browse files
committed
declare textValues before setting.
1 parent 8e59c70 commit 8cd4d3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/common/plotter.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export function plotValues(chartObj, serialMessage, bufferSize) {
4545
}
4646

4747
let valuesToPlot;
48+
let textValues;
4849

4950
// handle possible tuple in textLine
5051
if (textLine.startsWith("(") && textLine.endsWith(")")) {

0 commit comments

Comments
 (0)