Codepen
https://codepen.io/anon/pen/XweoqM
Explanation
- What is the behavior you expect?
I would think the charts shouldn't be creating mouse events for elements outside it's parent container. If it needs to, it should unbind them on destroy() or make it so it is not duplicating events on updateSeries().
- What is happening instead?
Each call to updateSeries() adds a mousemove eventlistener to a text element outside the chart container. On chrome, inspect the text element and go to Event Listeners -> mousemove, the quantity of events keeps increasing.

- What error message are you getting?
None.
If I'm misunderstanding the problem, please feel free to close this issue.
Thank you!