echarts画热力图 。 安装echarts npm install echarts -S 封装全局组件: @/utils/myCharts.js import * as echarts from ‘echarts’; / … 继续阅读 echarts画热力图