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:
- Auto ForceAtlas2 layout with predefined settings when a graph is loaded
- enable image for nodes with field of 'image'
- 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.