Describe the bug / 问题描述
数据量:x轴每秒一个, 24小时
hover 时正常显示
当点击后, 通过 emit('tooltip: show')固定tooltip 时, 会出现以下情况
chart.on("plot:click", () => {
chart.emit("tooltip:disable");
chart.emit("tooltip:show", {
data: {
data: { x: devicePointerTime.value },
},
});
});
效果如图
一个奇怪的点:
如果使用slider, slider 拖动一下, 上面的问题就不存在了
Reproduction link / 复现链接
No response
Steps to Reproduce the Bug or Issue / 重现步骤
No response
Version / 版本
🆕 2.x
OS / 操作系统
Browser / 浏览器