Skip to content

Commit d3833de

Browse files
author
Fritz Lekschas
committed
Expand comment
1 parent fc81d17 commit d3833de

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,9 @@ scatterplot.set({ pointSize: 10 });
272272
// Set the additional point size of selected points
273273
scatterplot.set({ pointSizeSelected: 2 });
274274

275-
// Change the lasso color and make it very smooth
275+
// Change the lasso color and make it very smooth, i.e., do not wait before
276+
// extending the lasso (i.e., `lassoMinDelay = 0`) and extend the lasso when
277+
// the mouse moves at least 1 pixel
276278
scatterplot.set({ lassoColor: [1, 1, 1, 1], lassoMinDelay: 0, lassoMinDist: 1 });
277279

278280
// Activate recticle and set recticle color to red

0 commit comments

Comments
 (0)