We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e3c77 commit b376519Copy full SHA for b376519
src/components/hacked.js
@@ -5,8 +5,10 @@ import React from 'react/addons';
5
import ImageStore from '../stores/Stores';
6
import ImageActions from '../actions/Actions';
7
8
-import echarts from 'echarts/src/echarts';
9
-import 'echarts/src/chart/bar';
+//import echarts from 'echarts';
+//import 'echarts/src/chart/bar';
10
+import echarts from 'echarts/echarts';
11
+import 'echarts/chart/bar';
12
13
// CSS
14
import 'normalize.css';
0 commit comments