先看效果
两种方式只要修改一下 echat option里面tooltip的属性即可
第一种:
tooltip : { show: true, trigger: 'item' // trigger: 'axis', // axisPointer: { // type: 'cross', // label: { // backgroundColor: '#6a7985' // } // } },
第二种就是把注释去掉
其实查看文档就知道,起作用的就是这个trigger
2024-01-30 13:14:52
先看效果
两种方式只要修改一下 echat option里面tooltip的属性即可
第一种:
tooltip : { show: true, trigger: 'item' // trigger: 'axis', // axisPointer: { // type: 'cross', // label: { // backgroundColor: '#6a7985' // } // } },
第二种就是把注释去掉
其实查看文档就知道,起作用的就是这个trigger