-
Notifications
You must be signed in to change notification settings - Fork 527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redrawing Flotr produces TypeErrors (when using mouse.track and mouse.container) #285
Comments
shimondoodkin
added a commit
to shimondoodkin/Flotr2
that referenced
this issue
Apr 5, 2018
…only-when-one-exists Fix HumbleSoftware#285. Remove mouseTrack only when one exists
shimondoodkin
added a commit
to shimondoodkin/Flotr2
that referenced
this issue
Apr 6, 2018
…useTrack-only-when-one-exists Revert "Fix HumbleSoftware#285. Remove mouseTrack only when one exists"
shimondoodkin
referenced
this issue
in shimondoodkin/Flotr2
Apr 6, 2018
…-only-when-one-exists Update hit.js
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With mouse tracking enabled and the setting for placing the tip in an other container,
when i redraw Flotr, the following error is produced:
Uncaught TypeError: Cannot read property 'parentNode' of undefined
See here to reproduce the problem: http://jsfiddle.net/1vmywoeh/
On first draw, no error is produced.
If you resize the browser though and open the dev console,
you can see errors pouring in.
The text was updated successfully, but these errors were encountered: