html5 - react import echarts3 world.js问题
ringa_lee
ringa_lee 2017-04-17 14:42:28
0
1
553

import echarts from 'echarts/dist/echarts.js';

import 'echarts/map/js/world.js';

echarts3是通过npm 安装,路径也正确,就是不知道为什么提示map world not exists。

ringa_lee
ringa_lee

ringa_lee

reply all(1)
迷茫
import echarts from 'echarts';

require('echarts/map/js/world.js');
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template