SIGN IN SIGN UP
apache / echarts UNCLAIMED

Apache ECharts is a powerful, interactive charting and data visualization library for browser

0 0 81 TypeScript

fix(tooltip): fix potential NPE when the parent node of the tooltip element doesn't exist (#19265)

* fix(tooltip): use `remove` rather than `parentNode.removeChild` to fix potential NPE when its parent node doesn't exists. (apache/echarts#19248)

* fix(tooltip): clearTimeout when disposing

* fix(tooltip): still use `parentNode.removeChild` to reserve support for IE.
Z
Zhongxiang Wang committed
fd9e62d7fdd88e95ddaf3c371353e8f6ca7d9e6a
Parent: 818853e
Committed by GitHub <noreply@github.com> on 11/6/2023, 4:32:18 AM