UNPKG

@antv/g2plot

Version:

An interactive and responsive charting library

18 lines (17 loc) 751 B
export { area } from './area'; export type { AreaGeometryOptions } from './area'; export type { GeometryOptions } from './base'; export { edge } from './edge'; export type { EdgeGeometryOptions } from './edge'; export { interval } from './interval'; export type { IntervalGeometryOptions } from './interval'; export { line } from './line'; export type { LineGeometryOptions } from './line'; export { point } from './point'; export type { PointGeometryOptions } from './point'; export { polygon } from './polygon'; export type { PolygonGeometryOptions } from './polygon'; export { schema } from './schema'; export type { SchemaGeometryOptions } from './schema'; export { violin } from './violin'; export type { ViolinGeometryOptions } from './violin';