UNPKG

@antv/g2plot

Version:

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

7 lines (6 loc) 177 B
import { Shape } from '@antv/g'; interface TextRotationCfg { degree: number; } export default function textRotation(shape: Shape, option: TextRotationCfg): void; export {};