UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

63 lines (62 loc) 2.48 kB
export { Interval } from './interval'; export { Rect } from './rect'; export { Line } from './line'; export { Point } from './point'; export { Text } from './text'; export { Cell } from './cell'; export { Area } from './area'; export { Link } from './link'; export { Image } from './image'; export { Polygon } from './polygon'; export { Box } from './box'; export { Vector } from './vector'; export { LineY } from './lineY'; export { LineX } from './lineX'; export { Connector } from './connector'; export { Range } from './range'; export { RangeX } from './rangeX'; export { RangeY } from './rangeY'; export { Sankey } from './sankey'; export { Chord } from './chord'; export { Path } from './path'; export { Treemap } from './treemap'; export { Pack } from './pack'; export { Boxplot } from './boxplot'; export { Shape } from './shape'; export { ForceGraph } from './forceGraph'; export { Tree } from './tree'; export { WordCloud } from './wordCloud'; export { Gauge } from './gauge'; export { Density } from './density'; export { Heatmap } from './heatmap'; export { Liquid } from './liquid'; export type { IntervalOptions } from './interval'; export type { RectOptions } from './rect'; export type { LineOptions } from './line'; export type { PointOptions } from './point'; export type { TextOptions } from './text'; export type { CellOptions } from './cell'; export type { AreaOptions } from './area'; export type { LinkOptions } from './link'; export type { ImageOptions } from './image'; export type { PolygonOptions } from './polygon'; export type { BoxOptions } from './box'; export type { VectorOptions } from './vector'; export type { LineYOptions } from './lineY'; export type { LineXOptions } from './lineX'; export type { ConnectorOptions } from './connector'; export type { RangeOptions } from './range'; export type { RangeXOptions } from './rangeX'; export type { RangeYOptions } from './rangeY'; export type { SankeyOptions } from './sankey'; export type { ChordOptions } from './chord'; export type { TreemapOptions } from './treemap'; export type { PackOptions } from './pack'; export type { ShapeOptions } from './shape'; export type { ForceGraphOptions } from './forceGraph'; export type { TreeOptions } from './tree'; export type { WordCloudOptions } from './wordCloud'; export type { GaugeOptions } from './gauge'; export type { DensityOptions } from './density'; export type { HeatmapOptions } from './heatmap'; export type { LiquidOptions } from './liquid';