UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

10 lines (9 loc) 265 B
import { TransformComponent as TC } from '../runtime'; export type MaybeStackYOptions = { series?: boolean; }; /** * Add zero constant encode for x channel. * This is useful for interval geometry. */ export declare const MaybeStackY: TC<MaybeStackYOptions>;