You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.
I think this may actually be a problem with DC-js, but I've discovered you need to use 'mouseleave' instead of 'mouseout' when working with a line chart, or the pointer axes are left on-screen.
The text was updated successfully, but these errors were encountered:
I know this is ancient, but in case anyone runs into this, the issue is almost certainly that dc.js is not properly namespacing all of its event handlers (dc-js/dc.js#842).
But you should always namespace your event handlers too!
I think this may actually be a problem with DC-js, but I've discovered you need to use 'mouseleave' instead of 'mouseout' when working with a line chart, or the pointer axes are left on-screen.
The text was updated successfully, but these errors were encountered: