Skip to content
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

When i mouse over the Graph, i'm getting Cannot read property 'node' of undefined #3457

Open
chandrasekhardesireddi opened this issue Apr 1, 2018 · 0 comments

Comments

@chandrasekhardesireddi
Copy link

I'm getting Following error.

ERROR TypeError: Cannot read property 'node' of undefined
at Function.Translator.isEventInside (transformAwareTranslator.js:56)
at Mouse.eventInside (mouseDispatcher.js:167)
at Pointer._handleMouseEvent (pointerInteraction.js:38)
at CallbackSet.Pointer._this._mouseMoveCallback (pointerInteraction.js:19)
at eval (callbackSet.js:26)
at callbackWrapper (set.js:56)
at Set.forEach ()
at CallbackSet.Set.forEach (set.js:57)
at CallbackSet.callCallbacks (callbackSet.js:25)
at Mouse.Dispatcher._callCallbacksForEvent (dispatcher.js:78)

Bug report

Live example URL:

Steps to repro:

  1. when mouseover the Graph.

Expected behavior

Actual behavior

ERROR TypeError: Cannot read property 'node' of undefined
at Function.Translator.isEventInside (transformAwareTranslator.js:56)
at Mouse.eventInside (mouseDispatcher.js:167)
at Pointer._handleMouseEvent (pointerInteraction.js:38)
at CallbackSet.Pointer._this._mouseMoveCallback (pointerInteraction.js:19)
at eval (callbackSet.js:26)
at callbackWrapper (set.js:56)
at Set.forEach ()
at CallbackSet.Set.forEach (set.js:57)
at CallbackSet.callCallbacks (callbackSet.js:25)
at Mouse.Dispatcher._callCallbacksForEvent (dispatcher.js:78)

Possible Solution

Context

Environment

  • Plottable version:3.8.0
  • Browser name/version: Chrome v65.0.3325.181
  • OS name/version: windows 10 pro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant