palantir / plottable

:bar_chart: A library of modular chart components built on D3
http://plottablejs.org/
MIT License
2.97k stars 224 forks source link

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

Open chandrasekhardesireddi opened 6 years ago

chandrasekhardesireddi commented 6 years ago

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