UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

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