echarts [Feature] Change grafana variable by Event Handling On Double Click?

nuypyhwy  于 9个月前  发布在  Echarts
关注(0)|答案(1)|浏览(101)

What problem does this feature solve?

Change grafana variable by Event Handling On Double Click?

I need get relationship echarts apache with responsive double click , I need change value of variable grafana in function to label information or tooltip information from pie chart (params)

How do I get?

echartsInstance.off("dblclick");
echartsInstance.on("dblclick", (params) => {
echartsInstance.resize();
});

What does the proposed API look like?

With the click change variable grafana and update echart

vs91vp4v

vs91vp4v1#

Hi, please add event listener on the container. You don't need an extra ECharts event for this.

相关问题