's Blog
### 1. echarts 事件使用规范
// 绑定点击事件的正确用法 // 省略写法:<chart ref=chart3>...</chart> this.$refs.chart3.chart.on('click', 'series', (params) => { })