UNPKG

echarts-webcomponent

Version:
7 lines (4 loc) 133 B
const echarts = require("echarts"); const EchartsWC = require("./index"); EchartsWC.echarts = echarts; module.exports = EchartsWC;