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
2 answers

Fetching svg element from node object in cytoscape.js

I want to show a tooltip (by using qtip) on node mouseover. In order to do this inside the cy.nodes().bind("mouseover", function() { ... } I need to bind the tooltip to a certain svg element. I cannot find a function on the node's public…
amergin
  • 962
  • 1
  • 12
  • 32
0
votes
1 answer

Groups in cytoscape.js

I have a graph that contains nodes (groups) composed by inner nodes and when redering the graph, the groups are shown on top of the nodes they contain (I'm using a presset layout). In order to avoid that I have tried setting a z-index (so then only…
0
votes
1 answer

How to add more nodes to a cytoscpae graph

Hi I am trying to convert a cytoscape-web 1 application to a cytoscape-web 2 application. I have a trivial example using a fixed set of elements created as the element: portion of the initial call to cytoscape web. I then want to add more elements…
-1
votes
2 answers

how to remove double quote from JSON key format

How to remove double quote from the key parts of the following JSON format i.e "id", "label" and "score" are keys under double quotes that needs to be removed nodes: [ { "id": "n1", "label": "Node 1", "score": 1.0 },{ "id": "n2", "label": "Node 2",…
Kriss
  • 11
  • 1
  • 1
1 2 3 4 5 6
7