Auto ForceAtlas2 layout with predefined settings on graph load
- Dominant language
- TypeScript
- Stars
- 351
- Forks
- 48
- Avg merge
- 10h 21m
- Merged PRs (30d)
- 1
Description
Hi Guys
I am using this for graph viewer in my project.
I load gephi-lite inside an iframe and feed it via my api which generate .gexf file as ?file= querystring.
it can load my graph, but i need this functions for better experience for user:
1. Auto ForceAtlas2 layout with predefined settings when a graph is loaded
2. enable image for nodes with field of 'image'
3. increase sigma labelRenderedSizeThreshold to value 30 by default
i'm not familiar with react! its about 3 days i trying to do it by my self even with help of AI, but no luck!.
Can you please guide me how to do it?
I will Appreciate you.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the graph-load flow for the GEXF file supplied through the ?file= query string, then trace how ForceAtlas2 settings, node images, and Sigma labelRenderedSizeThreshold are configured. Confirm the expected behavior for all three requested changes and test loading a graph in the iframe with predefined layout settings, image fields, and a threshold of 30.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- data-visualization, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100