Skip to content

Commit b376519

Browse files
committed
update src/components/hacked.js to use baidu echarts
1 parent 78e3c77 commit b376519

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/components/hacked.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ import React from 'react/addons';
55
import ImageStore from '../stores/Stores';
66
import ImageActions from '../actions/Actions';
77

8-
import echarts from 'echarts/src/echarts';
9-
import 'echarts/src/chart/bar';
8+
//import echarts from 'echarts';
9+
//import 'echarts/src/chart/bar';
10+
import echarts from 'echarts/echarts';
11+
import 'echarts/chart/bar';
1012

1113
// CSS
1214
import 'normalize.css';

0 commit comments

Comments
 (0)