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 79deeae commit bf51940Copy full SHA for bf51940
src/traces/mesh3d/defaults.js
@@ -55,7 +55,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
55
traceIn.j && Lib.isArrayOrTypedArray(traceIn.j) &&
56
traceIn.k && Lib.isArrayOrTypedArray(traceIn.k)
57
) {
58
- if( traceIn.k.length !== 0 && (
+ if(traceIn.k.length !== 0 && (
59
traceIn.i.length !== traceIn.j.length ||
60
traceIn.j.length !== traceIn.k.length)) {
61
traceOut.visible = false;
0 commit comments