UNPKG

gentelella

Version:

Gentelella Admin is a free to use Bootstrap admin template

9 lines (8 loc) 206 B
/** * Export echarts as CommonJS module */ module.exports = require('./lib/echarts'); require('./lib/chart/line'); require('./lib/chart/bar'); require('./lib/chart/pie'); require('./lib/component/grid');