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
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:
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: