-
Notifications
You must be signed in to change notification settings - Fork 19.8k
Closed
Labels
Description
Version
5.6.0
Link to Minimal Reproduction
Steps to Reproduce
- Set tooltip formatter to function, like: () => dom string
- Destory and recreate chart by operate setOption frequently
- Open chrome and check memory then see detached dom nodes
Current Behavior
Expected Behavior
no tooltipHtmlContent leaks
Environment
- OS:
- Browser:
- Framework:Any additional comments?
in tooltipHTMLContent dispose function, there has not remove the events handler:onmouseenter、onmousemove、onmouseleave, that may case memory leaks!
