@antv/f2
Version:
Charts for mobile visualization.
17 lines • 1.25 kB
JavaScript
export { default as Geometry } from './geometry';
export { default as Line, withLine, LineView } from './line';
export { default as Area, withArea, AreaView } from './area';
export { default as Interval, withInterval, IntervalView } from './interval';
export { default as Point, withPoint, PointView } from './point';
export { default as Axis, withAxis, AxisView } from './axis';
export { default as Legend, withLegend, LegendView } from './legend';
export { default as Guide, withGuide, TextGuide, PointGuide, LineGuide, ArcGuide, RectGuide, ImageGuide, TagGuide, LottieGuide, PolylineGuide } from './guide';
export { default as Tooltip, withTooltip, TooltipView } from './tooltip';
export { default as Treemap, withTreemap, TreemapView } from './treemap';
export { default as Sunburst, withSunburst, SunburstView } from './sunburst';
export { default as PieLabel, withPieLabel, PieLabelView } from './pieLabel';
export { default as Gauge, withGauge, GaugeView } from './gauge';
export { default as Zoom } from './zoom';
export { default as ScrollBar, withScrollBar, ScrollBarView } from './scrollBar';
export { default as Candlestick, withCandlestick, CandlestickView } from './candlestick';
export { default as Pictorial } from './pictorial';