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 1043827 commit 8d84f3eCopy full SHA for 8d84f3e
src/traces/heatmap/xyz_defaults.js
@@ -21,7 +21,7 @@ module.exports = function handleXYZDefaults(traceIn, traceOut, coerce, layout, x
21
22
if(z === undefined || !z.length) return 0;
23
24
- if(Lib.isArray1D(traceIn.z)) {
+ if(Lib.isArray1D(z)) {
25
x = coerce(xName);
26
y = coerce(yName);
27
0 commit comments