Skip to content

Commit 8b39030

Browse files
committed
add to docstring
1 parent 6dcb840 commit 8b39030

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/traces/image/attributes.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ module.exports = extendFlat({
5858
role: 'info',
5959
editType: 'plot',
6060
description: [
61-
'Picks a smoothing algorithm use to smooth `z` data.'
61+
'Picks a smoothing algorithm used to smooth `z` data.',
62+
'This only applies for image traces that use the `source` attribute.'
6263
].join(' ')
6364
},
6465
zmin: {

0 commit comments

Comments
 (0)