Skip to content

Commit 3d1e86f

Browse files
committed
fix clear lines - issue 6407
1 parent b03f295 commit 3d1e86f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/scatter/plot.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ function plotOne(gd, idx, plotinfo, cdscatter, cdscatterAll, element, transition
248248
revpath = thisrevpath + 'Z' + revpath;
249249
}
250250

251-
if(subTypes.hasLines(trace) && pts.length > 1) {
251+
if(subTypes.hasLines(trace)) {
252252
var el = d3.select(this);
253253

254254
// This makes the coloring work correctly:

0 commit comments

Comments
 (0)