We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d8eef2 commit 87a3920Copy full SHA for 87a3920
src/traces/scatter/line_points.js
@@ -59,7 +59,7 @@ module.exports = function linePoints(d, opts) {
59
if(!di) return false;
60
var x = xa.c2p(di.x);
61
var y = ya.c2p(di.y);
62
- if(x === BADNUM || y === BADNUM) return di.intoCenter || false;
+ if(x === BADNUM || y === BADNUM) return false;
63
return [x, y];
64
}
65
0 commit comments