UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines (7 loc) 238 B
import { MarkComponent as MC } from '../runtime'; import { LineMark } from '../spec'; export type LineOptions = Omit<LineMark, 'type'>; /** * Convert value for each channel to line shapes. */ export declare const Line: MC<LineOptions>;