Skip to content

Commit 60c918e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/bar/layout_attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ module.exports = {
5454
},
5555
barcornerradius: {
5656
valType: 'any',
57-
editType: 'plot',
57+
editType: 'calc',
5858
description: [
5959
'Sets the rounding of bar corners. May be an integer number of pixels,',
6060
'or a percentage of bar width(as a string).'

0 commit comments

Comments
 (0)