Skip to content

Commit f256c63

Browse files
committed
enable x0/dx and y0/dx attributes for quiver
1 parent e51e23e commit f256c63

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/traces/quiver/defaults.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
1111
return Lib.coerce(traceIn, traceOut, attributes, attr, dflt);
1212
}
1313

14-
// Quiver requires explicit x and y inputs (no x0/dx or y0/dy fallback).
15-
// Check presence on traceIn and let handleXYDefaults validate lengths.
16-
if(traceIn.x === undefined || traceIn.y === undefined) {
17-
traceOut.visible = false;
18-
return;
19-
}
20-
2114
var len = handleXYDefaults(traceIn, traceOut, layout, coerce);
2215
if(!len) {
2316
traceOut.visible = false;

0 commit comments

Comments
 (0)