angular-visjs icon indicating copy to clipboard operation
angular-visjs copied to clipboard

Events hoverEdge and blurEdge are not firing using the angularjs directive

Open dimaxweb opened this issue 8 years ago • 1 comments

Events which are present in VIS : hoverEdge and blurEdge are missing in anular-visjs directive list and ignored . Example from source code var networkEvents = [ 'click', 'doubleClick', 'oncontext', 'hold', 'release', 'selectNode', 'selectEdge', 'deselectNode', 'deselectEdge', 'dragStart', 'dragging', 'dragEnd', 'hoverNode', 'hoverEdge', 'blurEdge', 'blurNode', 'zoom', 'showPopup', 'hidePopup', 'startStabilizing', 'stabilizationProgress', 'stabilizationIterationsDone', 'stabilized', 'resize', 'initRedraw', 'beforeDrawing', 'afterDrawing', 'animationFinished'

            ];

Adding them to list fixing the problem

dimaxweb avatar May 29 '17 14:05 dimaxweb

Please provide a PR with your changes.

cdjackson avatar May 29 '17 14:05 cdjackson