UNPKG

@antv/g2plot

Version:

An interactive and responsive charting library

12 lines (11 loc) 303 B
import { Params } from '../../../core/adaptor'; import { GeometryOption } from '../types'; /** * 绘制单个图形 * @param params */ export declare function drawSingleGeometry<O extends { xField: string; yField: string; geometryOption: GeometryOption; }>(params: Params<O>): Params<O>;