Questions tagged [graphology]
3 questions
0
votes
1 answer
Click event is getting triggered unwantedly while dragging the nodes in Sigma.js
In my sigma.js webapp, I have mainly 2 types of events: one is to handle click event (to open the node's URL) and the other is to handle drag events (to be able to drag the nodes here and there in the space)
This code is responsible for handling the…

wthrajat
- 32
- 6
0
votes
0 answers
sigma/quadtree.insertNode: At least 5 nodes are outside the global quadtree zone
I have created sigma js graph with original view and other with force atlas view but when I do something like drag node or click of node on original view and switch to force atlas view the graph completely breaks.
and gives waring like…

Yash verma
- 11
- 2
0
votes
0 answers
Sigma.js - determining node hidden status
Here's some code which is part of an application which plots a Sigma.js graph. This section deals with hiding nodes depending on their distance from the centre, or other attributes (users toggle these with…

knirirr
- 1,860
- 4
- 23
- 37