File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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} ) ;
Original file line number Diff line number Diff 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} ;
You can’t perform that action at this time.
0 commit comments