VcOverlayEcharts的使用 #411
Unanswered
l406054531
asked this question in
Q&A
Replies: 1 comment
-
请参考这儿的答案 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
1.想点击散点图的时候触发点击事件,但发现文档没有提供点击事件,ref获取VcOverlayEcharts的实例也没有发现有chart的实例
2.我通过定义customClass用echarts的getInstanceByDom获取到chart的实例,然后 chart.on('click',()=>{
console.log(11);
}),发现也没有
不知道有没有什么好的解决方法啊
Beta Was this translation helpful? Give feedback.
All reactions