UNPKG
echarts-webcomponent
Version:
latest (2.0.2)
2.0.2
2.0.1
1.0.11
1.0.10
1.0.9
1.0.7
echarts webcomponent
github.com/kkpoon/echarts-webcomponent
kkpoon/echarts-webcomponent
echarts-webcomponent
/
src
/
bundle.js
7 lines
(4 loc)
•
133 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
echarts =
require
(
"echarts"
);
const
EchartsWC
=
require
(
"./index"
);
EchartsWC
.
echarts
= echarts;
module
.
exports
=
EchartsWC
;