@antv/g2
Version:
the Grammar of Graphics in Javascript
21 lines • 689 B
JavaScript
export { Fetch } from './fetch';
export { Fold } from './fold';
export { Filter } from './filter';
export { Sort } from './sort';
export { Pick } from './pick';
export { Rename } from './rename';
export { SortBy } from './sortBy';
export { Inline } from './inline';
export { Custom } from './custom';
export { Map } from './map';
export { Cluster } from './cluster';
export { Tree } from './tree';
export { Sankey } from './sankey';
export { Arc } from './arc';
export { WordCloud } from './wordCloud';
export { Join } from './join';
export { Slice } from './slice';
export { KDE } from './kde';
export { Venn } from './venn';
export { Log } from './log';
//# sourceMappingURL=index.js.map