@antv/g2plot
Version:
G2 Plot, a market of plots built with the Grammar of Graphics'
12 lines • 338 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
function textRotation(shape, option) {
shape.resetMatrix();
shape.attr({
rotate: 360 - option.degree,
textAlign: 'right',
textBaseline: 'middle',
});
}
exports.default = textRotation;
//# sourceMappingURL=text-rotation.js.map