Open SDVII opened 2 years ago
In the nodeClick callback I placed some jquery to handle click events on the nodes to show more information stored in the "extra" variable. Could be modified I guess to handle mouseover.
$("body").on("click", "foreignObject", function(){
. etc
Is it possible support other events such as mouse over on the nodes themselves?