Skip to content

Commit 86f4bef

Browse files
committed
scatter3d calculateError remove superfluous argument
1 parent f0c7995 commit 86f4bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/traces/scatter3d/convert.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ function convertPlotlyOptions(scene, data) {
252252
}
253253
}
254254

255-
params.errorBounds = calculateError(data, scaleFactor, sceneLayout, points);
255+
params.errorBounds = calculateError(data, scaleFactor, sceneLayout);
256256

257257
var errorParams = calculateErrorParams([data.error_x, data.error_y, data.error_z]);
258258
params.errorColor = errorParams.color;

0 commit comments

Comments
 (0)