-
`npm run build` produces this error
```
> graphology:build
> graphology@0.26.0-alpha1 build
> npm run clean && rollup -c && babel tests --out-dir specs && cp src/endpoint.esm.d.ts dist/grapho…
-
### Version
e.g. 5.4.3
### Link to Minimal Reproduction
https://echarts.apache.org/examples/zh/editor.html?c=graphgl-large-internet&gl=1&theme=dark
### Steps to Reproduce
$.getJSON(
ROOT_PATH …
-
## Issue
The docs/demos are non-existent and stuff I find by googling assumes too much, or is actively misleading. Yet, if I look online, a lot of bugs have been filed because this has not been eas…
-
I installed react-sigma using npm i --save react-sigma
But when importing react sigma using import { Sigma, RelativeSize, RandomizeNodePositions } from 'react-sigma', I received the following error…
-
**What is the method?**
ForceAtlas2 is a force-directed graph layout algorithm. Although it was originally designed for visualizing networks, ForceAtlas2 and other force-directed layout algorithms ha…
-
Hi,
didn't see this being tracked here yet. Hope I didn't miss it.
Our PAGA implementation uses Forceatlas2, but unfortunately Forceatlas2 is not really maintained anymore and it does not yet supp…
-
I had this error on Windows (openjdk 17.0.5 2022-10-18)
```
Error: Error: Could not find or load main class kco.forceatlas2.Main
Caused by: java.lang.ClassNotFoundException: kco.forceatlas2.Main
`…
l-pa updated
3 months ago
-
I'm having trouble running the tests locally using the provided conda environment. The environment was created following the instructions in the readme:
```sh
conda env create --name datashader -…
-
Hi! Thanks for making this modified version. I was able to successfully install this version, but when I try using it in scanpy, i.e.:
```
adata = sc.read_h5ad("myadata.h5ad")
sc.pp.filter_genes(…
-
I have about 7k nodes, and node has not x,y value in data. So I want SigmaJs can automatically set the x,y of node, Can It do that ?