We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff79dc commit 2ae0fdfCopy full SHA for 2ae0fdf
src/traces/bar/calc.js
@@ -23,10 +23,10 @@ module.exports = function calc(gd, trace) {
23
24
if(trace.orientation === 'h') {
25
size = xa.makeCalcdata(trace, 'x', msUTC);
26
- pos = ya.makeCalcdata(trace, 'y', msUTC);
+ pos = ya.makeCalcdata(trace, 'y');
27
} else {
28
size = ya.makeCalcdata(trace, 'y', msUTC);
29
- pos = xa.makeCalcdata(trace, 'x', msUTC);
+ pos = xa.makeCalcdata(trace, 'x');
30
}
31
32
// create the "calculated data" to plot
0 commit comments