[GitHub] [incubator-echarts] noru commented on issue #9815: echart tree label support click event

2020-07-06 Thread GitBox
noru commented on issue #9815: URL: https://github.com/apache/incubator-echarts/issues/9815#issuecomment-654557254 > 持续关注这个问题,目前采用了替代方案: > `document.oncontextmenu = function () { return false; };` > 先屏蔽系统的右键操作,然后通过右键点击实现弹窗: > `myChart.on('contextmenu', function (params) { //do

[GitHub] [incubator-echarts] noru commented on issue #9815: echart tree label support click event

2020-07-06 Thread GitBox
noru commented on issue #9815: URL: https://github.com/apache/incubator-echarts/issues/9815#issuecomment-654536263 +1. It is so far the most wanted feature of tree series. Wonder why it wasn't included in the first place.