UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines (7 loc) 256 B
import { MarkComponent as MC } from '../runtime'; import { PolygonMark } from '../spec'; export type PolygonOptions = Omit<PolygonMark, 'type'>; /** * Convert value for each channel to polygon shapes. */ export declare const Polygon: MC<PolygonOptions>;