wangxiaojing96 commented on issue #21210:
URL: https://github.com/apache/echarts/issues/21210#issuecomment-3204517659
chart.on("showTip", () => {
const tooltipDom = document.querySelector(
`.echarts-tooltip`
);
tooltipDom.addEventListener("mouseleave", () => {
tooltipDom.style.display = "none";
});
});;
This method can achieve the desired effect, but it's another approach
unrelated to the API.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]