We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 168bc75 commit 3deca0dCopy full SHA for 3deca0d
src/traces/waterfall/calc.js
@@ -23,7 +23,6 @@ module.exports = function calc(gd, trace) {
23
size = xa.makeCalcdata(trace, 'x');
24
origPos = ya.makeCalcdata(trace, 'y');
25
pObj = alignPeriod(trace, ya, 'y', origPos);
26
- pos = pObj.vals;
27
hasPeriod = !!trace.yperiodalignment;
28
} else {
29
size = ya.makeCalcdata(trace, 'y');
0 commit comments