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 10e38f4 commit f7d4b4aCopy full SHA for f7d4b4a
src/traces/bar/attributes.js
@@ -48,7 +48,8 @@ var marker = extendFlat({
48
editType: 'calc',
49
description: [
50
'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`.'
+ '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.'
53
].join(' ')
54
},
55
});
0 commit comments