When calling nodeFx() on an RGraph, I was getting the error TypeError: Cannot call method 'stopTimer' of undefined. It looks like the nodeFxAnimation is normally initialized on hover, but otherwise didn't exist.
This fixes the issue, allowing nodeFx to be invoked directly.
When calling
nodeFx()
on an RGraph, I was getting the errorTypeError: Cannot call method 'stopTimer' of undefined
. It looks like the nodeFxAnimation is normally initialized on hover, but otherwise didn't exist.This fixes the issue, allowing nodeFx to be invoked directly.