@antv/g2
Version:
the Grammar of Graphics in Javascript
15 lines • 529 B
JavaScript
export { Band } from './band';
export { Linear } from './linear';
export { Ordinal } from './ordinal';
export { Identity } from './identity';
export { Point } from './point';
export { Time } from './time';
export { Log } from './log';
export { Pow } from './pow';
export { Threshold } from './threshold';
export { Quantile } from './quantile';
export { Quantize } from './quantize';
export { Sqrt } from './sqrt';
export { Sequential } from './sequential';
export { Constant } from './constant';
//# sourceMappingURL=index.js.map