plainheart commented on issue #19248: URL: https://github.com/apache/echarts/issues/19248#issuecomment-1788750996
One way is to call `dispose` before the container node is removed. Adding a check for the existence of the parent element of the tooltip element before removing may be more robust. https://github.com/apache/echarts/blob/master/src/component/tooltip/TooltipHTMLContent.ts#L523 -- 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]
