Skip to content

Commit ef2b015

Browse files
committed
show value.done
1 parent 7448fff commit ef2b015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/plots/brush.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ function showValue(plot) {
134134
textarea.value = !plot.value
135135
? "—"
136136
: (
137-
["x", "y", "x1", "x2", "y1", "y2"]
137+
["x", "y", "x1", "x2", "y1", "y2", "done"]
138138
.map((x) =>
139139
x in plot.value
140140
? `${x}: ${typeof plot.value[x] === "number" ? plot.value[x].toFixed(3) : plot.value[x]}`

0 commit comments

Comments
 (0)