@antv/f2
Version:
Charts for mobile visualization.
36 lines (35 loc) • 1.51 kB
text/typescript
export { default as Geometry, GeometryProps } from './geometry';
export { default as Line, LineProps, withLine, LineView } from './line';
export { default as Area, AreaProps, withArea, AreaView } from './area';
export { default as Interval, IntervalProps, withInterval, IntervalView } from './interval';
export { default as Point, PointProps, withPoint, PointView } from './point';
export { default as Axis, AxisProps, withAxis, AxisView } from './axis';
export { default as Legend, LegendProps, withLegend, LegendView } from './legend';
export {
default as Guide,
GuideProps,
withGuide,
TextGuide,
PointGuide,
LineGuide,
ArcGuide,
RectGuide,
ImageGuide,
TagGuide,
LottieGuide,
PolylineGuide,
} from './guide';
export { default as Tooltip, TooltipProps, withTooltip, TooltipView } from './tooltip';
export { default as Treemap, TreemapProps, withTreemap, TreemapView } from './treemap';
export { default as Sunburst, SunburstProps, withSunburst, SunburstView } from './sunburst';
export { default as PieLabel, PieLabelProps, withPieLabel, PieLabelView } from './pieLabel';
export { default as Gauge, GaugeProps, withGauge, GaugeView } from './gauge';
export { default as Zoom, ZoomProps } from './zoom';
export { default as ScrollBar, ScrollBarProps, withScrollBar, ScrollBarView } from './scrollBar';
export {
default as Candlestick,
CandlestickProps,
withCandlestick,
CandlestickView,
} from './candlestick';
export { default as Pictorial, PictorialProps } from './pictorial';