person & ent network

This commit is contained in:
Nate Hammer 2023-04-30 19:45:07 -04:00
parent ea5c6b14db
commit 27fd3ec7f9
23 changed files with 298534 additions and 0 deletions

View file

@ -0,0 +1,15 @@
$( document ).ready(function(){
// Custom Cytoscape.JS code goes here.
// Example: add linkouts to nodes that opens the "href" node attribute on click
// cy.on('tap', 'node', function(){
// try { // your browser may block popups
// window.open( this.data('href') );
// } catch(e){ // fall back on url change
// window.location.href = this.data('href');
// }
// });
// For more options, check out http://js.cytoscape.org/
});