pyecharts事件响应 #216
Unanswered
suqingyue738
asked this question in
Q&A
Replies: 1 comment 2 replies
-
这个需要自己编写js来监听echarts的事件了,echarts应该有相关的支持 |
Beta Was this translation helpful? Give feedback.
2 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.
-
点击echarts可以获取到具体值,然后继续响应,跳转到新的页面,并且获取到这个参数.
场景:
我有个任务列表,每个任务对应一个分片列表,每个分片对应一个耗时.
任务页:任务=1对多
任务:分片=1对多
分片:耗时=1对1
我通过看任务列表,找出离群值比较大的数据,然后点那个任务id的值,然后跳到分片耗时,找出问题.
我通过任务列表深挖任务对象的分片列表,两张表不能合起来,数据太大,通过宏观数据去分析,写sql太麻烦.不知道大佬能支持,获取坐标点的数据,并且响应点击事件吗
Beta Was this translation helpful? Give feedback.
All reactions