Merge branch 'feature/growthdetail' of git.yoho.cn:fe/yohobuywap-node into feature/growthdetail
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -3,6 +3,7 @@ import $ from 'yoho-jquery'; | @@ -3,6 +3,7 @@ import $ from 'yoho-jquery'; | ||
3 | import echarts from 'echarts/lib/echarts'; | 3 | import echarts from 'echarts/lib/echarts'; |
4 | import 'echarts/lib/chart/line'; | 4 | import 'echarts/lib/chart/line'; |
5 | import 'echarts/lib/component/dataZoom'; | 5 | import 'echarts/lib/component/dataZoom'; |
6 | +import 'echarts/lib/component/markLine'; | ||
6 | import tip from 'plugin/tip'; | 7 | import tip from 'plugin/tip'; |
7 | import Page from 'yoho-page'; | 8 | import Page from 'yoho-page'; |
8 | import graphOptions from './graph-options'; | 9 | import graphOptions from './graph-options'; |
-
Please register or login to post a comment