Skip to content

Commit 338b4e6

Browse files
Change cornerradius editType to calc
Co-authored-by: Alex Johnson <alex@plot.ly>
1 parent 8a607e6 commit 338b4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/bar/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var marker = extendFlat({
4545
pattern: pattern,
4646
cornerradius: {
4747
valType: 'any',
48-
editType: 'plot',
48+
editType: 'calc',
4949
description: [
5050
'Sets the rounding of corners. May be an integer number of pixels,',
5151
'or a percentage of bar width(as a string). Defaults to `layout.barcornerradius`.'

0 commit comments

Comments
 (0)