UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

65 lines 3.64 kB
export { Rect as IntervalShape } from './interval/rect'; export { Hollow as IntervalHollow } from './interval/hollow'; export { Funnel as IntervalFunnel } from './interval/funnel'; export { Pyramid as IntervalPyramid } from './interval/pyramid'; export { Rect as CellShape } from './interval/rect'; export { Hollow as CellHollow } from './interval/hollow'; export { Line as LineShape } from './line/line'; export { Smooth as LineSmooth } from './line/smooth'; export { HV as LineHV } from './line/hv'; export { VH as LineVH } from './line/vh'; export { HVH as LineHVH } from './line/hvh'; export { Trail as LineTrail } from './line/trail'; export { HollowBowtie as PointHollowBowtie } from './point/hollowBowtie'; export { HollowDiamond as PointHollowDiamond } from './point/hollowDiamond'; export { HollowHexagon as PointHollowHexagon } from './point/hollowHexagon'; export { HollowPoint as PointHollow } from './point/hollow'; export { HollowSquare as PointHollowSquare } from './point/hollowSquare'; export { HollowTriangle as PointHollowTriangle } from './point/hollowTriangle'; export { HollowTriangleDown as PointHollowTriangleDown } from './point/hollowTriangleDown'; export { HollowCircle as PointHollowCircle } from './point/hollowCircle'; export { Bowtie as PointBowtie } from './point/bowtie'; export { Cross as PointCross } from './point/cross'; export { Diamond as PointDiamond } from './point/diamond'; export { Hexagon as PointHexagon } from './point/hexagon'; export { Hyphen as PointHyphen } from './point/hyphen'; export { Line as PointLine } from './point/line'; export { Plus as PointPlus } from './point/plus'; export { Point as PointShape } from './point/point'; export { Square as PointSquare } from './point/square'; export { Tick as PointTick } from './point/tick'; export { Triangle as PointTriangle } from './point/triangle'; export { TriangleDown as PointTriangleDown } from './point/triangleDown'; export { Circle as PointCircle } from './point/circle'; export { Vector as VectorShape } from './vector/vector'; export { Text as TextShape } from './text/text'; export { Badge as TextBadge } from './text/badge'; export { Tag as TextTag } from './text/tag'; export { Area as AreaShape } from './area/area'; export { Smooth as AreaSmooth } from './area/smooth'; export { HVH as AreaHVH } from './area/hvh'; export { VH as AreaVH } from './area/vh'; export { HV as AreaHV } from './area/hv'; export { Link as LinkShape } from './link/link'; export { Smooth as LinkSmooth } from './link/smooth'; export { VHV as LinkVHV } from './link/vhv'; export { Arc as LinkArc } from './link/arc'; export { Image as ImageShape } from './image/image'; export { Polygon as PolygonShape } from './polygon/polygon'; export { Ribbon as PolygonRibbon } from './polygon/ribbon'; export { Box as BoxShape } from './box/box'; export { Violin as BoxViolin } from './box/violin'; export { Line as LineXY } from './lineXY/line'; export { Connector as ConnectorShape } from './connector/connector'; export { Label as LabelShape } from './label/label'; export { Path as PathShape } from './path/path'; export { Hollow as PathHollow } from './path/hollow'; export { Density as DensityShape } from './density/density'; export { Heatmap as HeatmapShape } from './heatmap/heatmap'; export { Rect as RangeShape } from './interval/rect'; export { Rect as RectShape } from './interval/rect'; export { Hollow as RectHollow } from './interval/hollow'; export { Shape as ShapeShape } from './shape/shape'; export { Liquid as LiquidShape } from './liquid/liquid'; export { Round as GaugeRound } from './gauge/round'; //# sourceMappingURL=index.js.map