vis-react
vis-react copied to clipboard
hoverEdge function not working
the hoverEdge function doesn't work on the canvas. I am not getting any console output when I tried to log the event. Looks like the function doesn't get triggered at all. Can we fix this?
fixed @ 0.4.8
Add hoverEdges : true in interaction object
let options = {interaction: {hoverEdges: true}}
looking forward to more suggestions :)
@anishmprasad you need to update the dependencies version of vis to "^4.21.0-EOL". The current version with bug.
Still not working for me