mirror of
https://github.com/nhammer514/textfiles-politics.git
synced 2025-05-13 03:52:11 -04:00
person & ent network
This commit is contained in:
parent
ea5c6b14db
commit
27fd3ec7f9
23 changed files with 298534 additions and 0 deletions
15
xquery/ent-file-net/web_session/scripts/custom.js
Normal file
15
xquery/ent-file-net/web_session/scripts/custom.js
Normal 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/
|
||||
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue