UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines (7 loc) 277 B
import { TransformComponent as TC } from '../runtime'; import { GroupXTransform } from '../spec'; export type GroupXOptions = Omit<GroupXTransform, 'type'>; /** * The GroupX transform group data by x channel, and aggregate. */ export declare const GroupX: TC<GroupXOptions>;