vue 使用echarts 柱状图使用图片显示 实现效果 <template> </template> export default { name: 'Percentage', data () { return { txIcon: require('../../../assets/image/stanet/histogram-bj.png') } }, mounted () { this.drawLine() }, methods: { drawLine () { // 基于准备好的dom,...