Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server requests with sigmajs #764

Closed
danielritter opened this issue Aug 31, 2016 · 1 comment
Closed

Server requests with sigmajs #764

danielritter opened this issue Aug 31, 2016 · 1 comment
Labels

Comments

@danielritter
Copy link

Is there a way to do server requests?

I try to realize a coarse grained graph project which has several coarse graining levels (e.g. seven levels in my case). Every level contains a full graph representation in json. Level 0 contains all details and information. Level 6 contains all parent nodes of level 0, 1, 2, 3, 4 and 5, also it contains just a few nodes and edges. I preprocess my data and after that I have seven different json files. One json file represents one coarse graining level.

What I want
When I zooming out a specific range I want to change the level and do a server request to get the new data (one of these seven json files) and reload this data in the graph. How can I do that? How can I change the sigmajs instance and reload/refresh the new instance on the screen?
Here I see I can refresh an existing instance sigma.parsers.json, but I want to refresh a new instance (one of these json files). For that I need server requests.

I need server requests also for implementing a search functionality which loads and gets the searched data from the server. How can I do that?

@stale
Copy link

stale bot commented Oct 8, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Oct 8, 2021
@stale stale bot closed this as completed Oct 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant