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
Fixed an issue where, in a situation with multiple v-network-graph instances, if there is an edge marker with the same parameters and the forward instance is hidden with display:none, the edge marker of the back instance will disappear. (#55)
Inside v-network-graph, markers have the same id value. Even though they are separate SVG documents, they seem to share the same display state within the page.
This issue has been confirmed to be reproducible in Chrome and Firefox. (Not tested on other browsers.)
Workaround: Include a unique number for each instance of v-network-graph to generate unique marker IDs in the page.