@antv/g2
Version:
the Grammar of Graphics in Javascript
8 lines (7 loc) • 301 B
TypeScript
import { TransformComponent as TC } from '../runtime';
import { GroupColorTransform } from '../spec';
export type GroupColorOptions = Omit<GroupColorTransform, 'type'>;
/**
* The GroupColor transform group data by x channel, and aggregate.
*/
export declare const GroupColor: TC<GroupColorOptions>;