forgeplus-react/node_modules/@antv/g2/lib/component/index.js

10 lines
242 B
JavaScript

/**
* @fileOverview chart component module
* @author sima.zhang1990@gmail.com
*/
module.exports = {
Guide: require('./guide/index'),
Legend: require('./legend/index'),
Plot: require('./plot'),
Tooltip: require('./tooltip/index')
};