Skip to content

Commit d927b6a

Browse files
committed
run linter
1 parent b0b8ab1 commit d927b6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/shapes/draw.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -701,9 +701,9 @@ function drawLabel(gd, index, options, shapeGroup) {
701701
center: 'middle',
702702
right: 'end'
703703
}[xanchor],
704-
'y': texty,
705-
'x': textx,
706-
'transform': 'rotate(' + textangle + ',' + textx + ',' + texty + ')'
704+
y: texty,
705+
x: textx,
706+
transform: 'rotate(' + textangle + ',' + textx + ',' + texty + ')'
707707
}).call(svgTextUtils.positionText, textx, texty);
708708
}
709709

0 commit comments

Comments
 (0)