We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6343338 commit 7bf5029Copy full SHA for 7bf5029
src/components/shapes/draw_newshape/defaults.js
@@ -15,7 +15,7 @@ function dfltLabelYanchor(isLine, labelTextPosition) {
15
16
module.exports = function supplyDrawNewShapeDefaults(layoutIn, layoutOut, coerce) {
17
coerce('newshape.visible');
18
-
+ coerce('newshape.name');
19
coerce('newshape.showlegend');
20
coerce('newshape.legend');
21
coerce('newshape.legendwidth');
0 commit comments