UNPKG

546 BJavaScriptView Raw
1import { __extends } from "tslib";
2import * as echarts from 'echarts';
3import EChartsReactCore from './core';
4// export the Component the echarts Object.
5var EChartsReact = /** @class */ (function (_super) {
6 __extends(EChartsReact, _super);
7 function EChartsReact(props) {
8 var _this = _super.call(this, props) || this;
9 // 初始化为 echarts 整个包
10 _this.echarts = echarts;
11 return _this;
12 }
13 return EChartsReact;
14}(EChartsReactCore));
15export default EChartsReact;
16//# sourceMappingURL=index.js.map
\No newline at end of file