UNPKG

1.21 kBJavaScriptView Raw
1/* 依赖的模块,在这里统一引入,方便打包优化 */
2// G
3export { Event, AbstractGroup, AbstractShape, } from '@antv/g-base';
4// adjust
5export { registerAdjust, getAdjust, Adjust } from '@antv/adjust';
6// attr
7export { getAttribute, Attribute } from '@antv/attr';
8export { Color } from '@antv/attr';
9// coordinate
10export { getCoordinate, registerCoordinate, Coordinate } from '@antv/coord';
11// scale
12export { getScale, registerScale, Scale } from '@antv/scale';
13// component
14import { Annotation, Axis, Component, Crosshair, Grid, GroupComponent, HtmlComponent, Legend, Slider, Tooltip, Scrollbar, } from '@antv/component';
15export { HtmlComponent, GroupComponent, Component, Crosshair };
16export { Annotation };
17// axis
18var LineAxis = Axis.Line, CircleAxis = Axis.Circle;
19export { LineAxis, CircleAxis };
20// grid
21var LineGrid = Grid.Line, CircleGrid = Grid.Circle;
22export { LineGrid, CircleGrid };
23// legend
24var CategoryLegend = Legend.Category, ContinuousLegend = Legend.Continuous;
25export { CategoryLegend, ContinuousLegend };
26// Tooltip
27var HtmlTooltip = Tooltip.Html;
28export { HtmlTooltip };
29// Slider
30export { Slider };
31// Scrollbar
32export { Scrollbar };
33//# sourceMappingURL=dependents.js.map
\No newline at end of file