UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines (7 loc) 247 B
import { ShapeComponent as SC } from '../../runtime'; export type TagOptions = Record<string, any>; /** * @todo autoRotate when in polar coordinate * Tag shape for Text mark, used in wordCloud plot. */ export declare const Tag: SC<TagOptions>;