Hello!
I am trying to select a shape once I hover over a node. I am following https://gojs.net/latest/learn/graphobject.html. It is saying that a node is also a panel / graph object. I am able to use the “obj” variable used in mouse over, however it returns null. What am I doing incorrect?
You can see the mouse over on lines 9-12 and the shapes I am trying to select on lines 91 & 123
Thank you!