mirror of https://gitee.com/antv-l7/antv-l7
14 lines
325 B
JavaScript
14 lines
325 B
JavaScript
"use strict";
|
|
|
|
/**
|
|
* @fileOverview chart component module
|
|
* @author sima.zhang1990@gmail.com
|
|
*/
|
|
module.exports = {
|
|
Axis: require('./axis/index'),
|
|
Guide: require('./guide/index'),
|
|
Label: require('./label/index'),
|
|
Legend: require('./legend/index'),
|
|
Plot: require('./plot'),
|
|
Tooltip: require('./tooltip/index')
|
|
}; |