@antv/g2
Version:
the Grammar of Graphics in Javascript
16 lines • 757 B
JavaScript
export { LinearAxis as AxisLinear, ArcAxis as AxisArc } from './axis';
export { AxisX } from './axisX';
export { AxisY } from './axisY';
export { AxisRadar } from './axisRadar';
export { LegendCategory } from './legendCategory';
export { LegendContinuous } from './legendContinuous';
export { LegendContinuousBlock } from './legendContinuousBlock';
export { LegendContinuousBlockSize } from './legendContinuousBlockSize';
export { LegendContinuousSize } from './legendContinuousSize';
export { TitleComponent } from './title';
export { SliderX } from './sliderX';
export { SliderY } from './sliderY';
export { ScrollbarX } from './scrollbarX';
export { ScrollbarY } from './scrollbarY';
export { Legends } from './legends';
//# sourceMappingURL=index.js.map