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 c04fbb3 commit 7701c9dCopy full SHA for 7701c9d
src/traces/scatterternary/calc.js
@@ -91,7 +91,7 @@ module.exports = function calc(gd, trace) {
91
calcColorscale(trace);
92
93
// this has migrated up from arraysToCalcdata as we have a reference to 's' here
94
- if(typeof s !== undefined) Lib.mergeArray(s, cd, 'ms');
+ if(typeof s !== 'undefined') Lib.mergeArray(s, cd, 'ms');
95
96
return cd;
97
};
0 commit comments