UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines (7 loc) 278 B
import { EncodeComponent as EC } from '../runtime'; import { ConstantEncode } from '../spec'; export type ConstantOptions = Omit<ConstantEncode, 'type'>; /** * Extract a column of data filled with the specified constant. */ export declare const Constant: EC<ConstantOptions>;