随笔分类 - echarts
摘要:1、HTML <div class="line1" id="bar" ref="bar_wrap"></div> 2、style .line1{ width: 100%; height: 90%; min-width: 507px; min-height: 344px;} 3、script impo
阅读全文
摘要:1:npm install echarts --save2:在main.js写: import echarts from 'echarts/lib/echarts'// 引入提示框组件、标题组件、工具箱组件。import 'echarts/lib/component/tooltip'import '
阅读全文