Skip to content

Events hoverEdge and blurEdge are not firing using the angularjs directive #75

Description

@dimaxweb

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions