桃子
桃子
我弄了个demo测试发现好像不支持全局搜索字符串。作者用考虑添加这个功能吗?谢谢。
### What problem does this feature solve? 我的需求是这样的: 在chart上会显示一条绿色的markLine,意味着这里有一些comment信息需要显示。当点击markLine最上面的label时,需要显示出comment的信息。 因为click markLine自身会trigger click,我尝试设置markLine.label.triggerEvent: true但是不生效。另外目前也没有头绪当click 的时候如何要显示tooltip,请大家棒棒忙,万分感谢! CodeSandbox: https://codesandbox.io/p/sandbox/basic-line-chart-forked-7kz7vl?file=%2Findex.js ### What does the proposed API look like? 如题
### Version 5.0.2 ### Reproduction link [https://jsfiddle.net/sr5o68yt/](https://jsfiddle.net/sr5o68yt/) ### Steps to reproduce 1. Click The Zoom 0.5 button 2. hover on the chart, you can see tooltip display issue. ### What...