Skip to content

Drop transforms from the API #7240

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Oct 24, 2024
Prev Previous commit
Next Next commit
Update src/traces/heatmap/attributes.js
Co-authored-by: Alex Johnson <alex@plot.ly>
  • Loading branch information
archmoj and alexcjohnson authored Oct 21, 2024
commit 992f38d7ca61b737fe36c488fa7714eb68ae5a3c
2 changes: 1 addition & 1 deletion src/traces/heatmap/attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,6 @@ module.exports = extendFlat({

showlegend: extendFlat({}, baseAttrs.showlegend, {dflt: false}),
zorder: scatterAttrs.zorder
}, {},
},
colorScaleAttrs('', {cLetter: 'z', autoColorDflt: false})
);