Skip to content

Commit e9043e9

Browse files
committed
Merge branch 'rounded-bars' of https://github.com/plotly/plotly.js into rounded-bars
2 parents 4335ba0 + f7d4b4a commit e9043e9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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
});

src/traces/bar/layout_attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ module.exports = {
5757
editType: 'calc',
5858
description: [
5959
'Sets the rounding of bar corners. May be an integer number of pixels,',
60-
'or a percentage of bar width(as a string).'
60+
'or a percentage of bar width (as a string ending in %).'
6161
].join(' ')
6262
},
6363
};

0 commit comments

Comments
 (0)