Skip to content

Commit f7d4b4a

Browse files
Update docstring
Co-authored-by: Alex Johnson <[email protected]>
1 parent 10e38f4 commit f7d4b4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/traces/bar/attributes.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ var marker = extendFlat({
4848
editType: 'calc',
4949
description: [
5050
'Sets the rounding of corners. May be an integer number of pixels,',
51-
'or a percentage of bar width(as a string). Defaults to `layout.barcornerradius`.'
51+
'or a percentage of bar width (as a string ending in %). Defaults to `layout.barcornerradius`.',
52+
'In stack or relative barmode, the first trace to set cornerradius is used for the whole stack.'
5253
].join(' ')
5354
},
5455
});

0 commit comments

Comments
 (0)