UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines (7 loc) 255 B
import { EncodeComponent as EC } from '../runtime'; import { ColumnEncode } from '../spec'; export type ColumnOptions = Omit<ColumnEncode, 'type'>; /** * Extract a column of data specified in encoding. */ export declare const Column: EC<ColumnOptions>;