Skip to content

Commit 7bf5029

Browse files
committed
coerce newshape.name
1 parent 6343338 commit 7bf5029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/shapes/draw_newshape/defaults.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function dfltLabelYanchor(isLine, labelTextPosition) {
1515

1616
module.exports = function supplyDrawNewShapeDefaults(layoutIn, layoutOut, coerce) {
1717
coerce('newshape.visible');
18-
18+
coerce('newshape.name');
1919
coerce('newshape.showlegend');
2020
coerce('newshape.legend');
2121
coerce('newshape.legendwidth');

0 commit comments

Comments
 (0)