Benoit Simard
Benoit Simard
Be able to choose the label color and the background of the graph
See https://github.com/gephi/gephi-lite/tree/bsi/dark-mode What is missing is the graph theme switch, specially for labels & hover label. Label's color can be done (there are sigma settings) but the hover label background...
Hi, We have some plans to improve the load/import graph process. For example we did the Graphology JSON import last month (not yet released). For now, you can use `table2net`...
Generally, what I saw is an issue with the service that host the image, which doesn't allow [cross domain origin ](https://developer.mozilla.org/fr/docs/Web/HTTP/CORS). You can check if you have this issue by...
Same issue here, and the fix from @SANGET works. But it's a work around IMHO.
Hi, From what I understand, your goal is to control **gephi-lite** from your application. T We created the [GephiLiteDriver](https://www.npmjs.com/package/@gephi/gephi-lite-broadcast, which allows you to open and control a gephi-lite instance. Not...
Hi, I tried to reproduce your error, but without success. You can take a look at this code sandbox : https://codesandbox.io/p/sandbox/sigma-issues-1464-96vcp9 If you want to continue the discussion, can you...
FYI, you can still have access to the v0.6 at this URL : https://lite.gephi.org/v0.6.3/
FYI, I just push in production a fix. Now if you try to import a v0.6.3 file, you will see an error message that the format is not compatible with...
When the graph is loaded, the `file` query parameter is removed, it's the normal behavior. That's why we want to add somewhere in the UI a button that generate the...