fxxpro
Results
1
issues of
fxxpro
[Feature] type为tree时,配置tooltip之后,当鼠标悬浮或者点击连接线时,无法触发tooltip,而且无法触发echarts实例的mousemove/mouseenter等回调函数
2
### What problem does this feature solve? 新增这个特性之后,当在type为tree的连接线上触发mousemove/mouseenter/click这些事件时,会触发tooltip弹框,类似type为graph时在连接线上触发的tooltip ### What does the proposed API look like? ``` { type:'tree', linksTooltip:true } /* 新增字段linksTooltip,默认为false,当设置为true时,配置tooltip之后,在连接线上触发之后会显示tooltip,并且会触发myChart.on('event',function(){})这个方法 */ ```
new-feature
pending