fxxpro

Results 1 issues of fxxpro

### 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