I noticed that even in the simple sample data the details panel will not open for any non-internet node. The problem is the code assumes the cluster property is always there on a node (badge: this.state.clusters.length). While in the example it is not. Also noticed the cluster property is not even defined in the main vizceral wiki (should also be updated if possible).
After I added an empty cluster property to my nodes, I can open the details pane. But I still see some strange behavior - the incoming and outgoing sections get collapsed back on each data update. If you have frequent data updates, it is very annoying as it continuously closes.
I noticed that even in the simple sample data the details panel will not open for any non-internet node. The problem is the code assumes the cluster property is always there on a node (badge: this.state.clusters.length). While in the example it is not. Also noticed the cluster property is not even defined in the main vizceral wiki (should also be updated if possible).
After I added an empty cluster property to my nodes, I can open the details pane. But I still see some strange behavior - the incoming and outgoing sections get collapsed back on each data update. If you have frequent data updates, it is very annoying as it continuously closes.