UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines (7 loc) 226 B
import { MarkComponent as MC } from '../runtime'; import { PointMark } from '../spec'; export type BeeswarmOptions = Omit<PointMark, 'type'>; /** * 蜂群图 (Beeswarm) */ export declare const Beeswarm: MC<BeeswarmOptions>;