-
I am trying to create a hierarchical graph (with Left-Right direction) using sigmaJS dagre with 1 level first, then user can expand the graph by clicking on the node. I have attached a clickNode event…
-
-
What is the max number of edges that Sigma JS can render? I am trying to render 1 million edges and go for 6 million in the future! Is it even feasible?
-
Hi, is there a template to fix deprecated file or files? I'm not sure where or exactly how to edit these files. I used Atom js linter and found deprecated files. https://metadatical.github.io/litinfog…
-
It is hard to find Sigma methods like sigma.getCamera() or sigma.getmousecaptor(). Is there any website or documentation which has these all methods listed? I want to zoom in on a particular node when…
-
When clicking on the graph, table show different items. this also happens on the demo.
-
Hi Yomguithereal,
As I mentioned before, I think it will be cool to add the following feature in ipysigma:
"... highlight a node's neighborhood when it is clicked, by drawing every other nodes…
-
-
### What version of Go are you using (`go version`)?
$ go version
go version devel +1ab063c Fri May 17 22:32:30 2019 +0000 linux/amd64
### Does this issue reproduce with the latest rele…
-
I decided to switch from sigma 1.2.1 to v2
there are a few questions
1. I need to display the image and the border at the same time so that I can select the nodes I need and color the border in the …