UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

10 lines (9 loc) 344 B
import { TransformComponent as TC } from '../runtime'; import { PackTransform } from '../spec'; export type PackOptions = Omit<PackTransform, 'type'>; /** * Uniform pack to avid overlap. * @todo Improve or change algorithm to increase space usage. * @todo Take some special case into account. */ export declare const Pack: TC<PackOptions>;