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

Is it possible to register callback for graph loaded #37

Open
mallikarjunaj opened this issue Sep 6, 2018 · 1 comment
Open

Is it possible to register callback for graph loaded #37

mallikarjunaj opened this issue Sep 6, 2018 · 1 comment

Comments

@mallikarjunaj
Copy link

After fully completion of graph loads, I want to call a callback function which I passed

@Degooya
Copy link

Degooya commented Jun 5, 2019

add this to the force simulation

.on("end", () =>{
    // some code
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants