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 0ec992e commit 1a1da0dCopy full SHA for 1a1da0d
src/components/errorbars/index.js
@@ -19,7 +19,7 @@ errorBars.calc = require('./calc');
19
20
errorBars.calcFromTrace = function(trace, layout) {
21
var x = trace.x || [],
22
- y = trace.y,
+ y = trace.y || [],
23
len = x.length || y.length;
24
25
var calcdataMock = new Array(len);
0 commit comments