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 6dcb840 commit 8b39030Copy full SHA for 8b39030
src/traces/image/attributes.js
@@ -58,7 +58,8 @@ module.exports = extendFlat({
58
role: 'info',
59
editType: 'plot',
60
description: [
61
- 'Picks a smoothing algorithm use to smooth `z` data.'
+ 'Picks a smoothing algorithm used to smooth `z` data.',
62
+ 'This only applies for image traces that use the `source` attribute.'
63
].join(' ')
64
},
65
zmin: {
0 commit comments