mirror of
https://github.com/nhammer514/textfiles-politics.git
synced 2025-05-14 12:32:13 -04:00
visualization
This commit is contained in:
parent
27fd3ec7f9
commit
5b9eb58aea
12 changed files with 18 additions and 2 deletions
|
@ -1,15 +0,0 @@
|
|||
$( 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