Questions tagged [cytoscape-web]

Cytoscape Web is a graph -- nodes and edges -- visualisation library, written as a jQuery plugin.

Any questions related to using Cytoscape Web should be posted with this tag.

Note that Cytoscape Web has been replaced by Cytoscape.js. For questions about Cytoscape.js the should be used instead.

For more information about Cytoscape Web, visit the project page.

94 questions
0
votes
1 answer

cose-bilkent layout extension of cytoscpae.js

I have been using cytoscape.js library to develop an application, but the extension layout cose-bilkent is working fine in google chrome, but the same code gives an error in Internet Explorer. I am getting SCRIPT5009: 'Set' is undefined error in th…
Chetna
  • 1
  • 2
0
votes
2 answers

Cytoscape event cxttap called multiple times

I am trying to create a network workflow with Cytoscape and AngularJS 1.6 After creating two nodes, user is able to create an edge between them. For this I am using cy.on('cxttap') cytoscape function to detect right clicks on both the nodes and then…
Varij Kapil
  • 103
  • 11
0
votes
1 answer

name cytoscape's nodes by primary key in mysql table

I'm trying to display a network using cytoscape based on a mysql database, I've got two tables, one contains the name (device_id), ip and SN that means serial number (PK) of each device in the network, the otherone has relation's info: origin's SN…
0
votes
1 answer

Animated dashed line in cytoscape.js

I'm new with cytoscape.js and I'd like to know if it's doable to animate a dashed line like in Cytoscape software (Marquee equal line type for example). The aim is to represents a movement. Thanks !
Etienne
  • 11
  • 1
0
votes
1 answer

Implementing big data into Cytoscape

I am new to Cytoscape and need some advice. I have a file that has two columns named: source & destination (edge -> end node) For example, a sample starting from the top may look like this: src | dst 12.251.512 | 12.623.743 51.734.312 |…
Edon
  • 1,116
  • 2
  • 22
  • 47
0
votes
1 answer

Cytoscape.js, nodes aren't getting selected with Chrome

In cytoscape.js I have a network, and when I select a node, normally the color of the inner circle, which is green, should turn black, like this in Mozilla Browser: But when I try the same network in Google Chrome it doesn't work, I just get this,…
0
votes
1 answer

Node repulsion stops after the graph settles in cytoscape arbor framework

I have made an arbor layout with cytoscape using layout{ name:'arbor' } But as seen in arbor.js, the nodes are bouncing freely. It doesn't seem to happen in cytoscape layout. After loading in the browser, once it is rendered freely, after that…
nyxem1
  • 179
  • 1
  • 4
  • 16
0
votes
1 answer

Grabbing json data with Ajax for Cytoscape

I am trying to publish a network with Cytoscape web (or cytoscape.js if possible.) Since my data is quiet huge i prefer to export it from Cytoscape desktop and grab it with ajax in my html. Before the last version of Cytoscape (v.3.1.0) i was able…
begum a.
  • 1
  • 1
0
votes
3 answers

i need code for hyperlink that is activated while clicking on nodes?

I have to view my data as a visual network format so used cytoscape web. I have used example link http://lekshmideepu.blogspot.in/2012/03/cytoscape-web-examples.html for my drawing a network with different colored nodes and edges,It works color and…
user2502386
  • 49
  • 1
  • 7
0
votes
1 answer

How to draw pie chart in Cytoscape(or any JavaScript) tree

I have use Cytoscape javascript to draw a Tree. The problem is I want to display many of value in a node, so we decide to draw the pie chart instead of it's original circle to represent many value. But I don't know how to draw pie chart over a…
0
votes
1 answer