UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

7 lines (6 loc) 259 B
import { ShapeComponent as SC } from '../../runtime'; export type PyramidOptions = Record<string, any>; /** * Render pyramid in different coordinate and using color channel for stroke and fill attribute. */ export declare const Pyramid: SC<PyramidOptions>;