UNPKG

@antv/g2plot

Version:

G2 Plot, a market of plots built with the Grammar of Graphics'

9 lines 244 B
export default function textRotation(shape, option) { shape.resetMatrix(); shape.attr({ rotate: 360 - option.degree, textAlign: 'right', textBaseline: 'middle', }); } //# sourceMappingURL=text-rotation.js.map