@antv/g2
Version:
the Grammar of Graphics in Javascript
10 lines • 410 B
JavaScript
export { Cartesian } from './cartesian';
export { Polar, getPolarOptions } from './polar';
export { Helix } from './helix';
export { Transpose } from './transpose';
export { Theta, getThetaOptions } from './theta';
export { Radial, getRadialOptions } from './radial';
export { Parallel } from './parallel';
export { Fisheye } from './fisheye';
export { Radar } from './radar';
//# sourceMappingURL=index.js.map