-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
Re-render graph #709
Comments
Hi @mstrop, I am also trying same, have you found any solutions for the rendering issue based on user action? Thanks, |
I think this is what you are looking for: I am using this solution with mermaid 8.2.1 and it still does the trick. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you are still interested in it, and it is still relevant, you can comment or remove the label to revive it. |
This issue has been been automatically closed due to a lack of activity. This is done to maintain a clean list of issues that the community is interested in developing. |
I need to change graph definition based on a user action. My initial sequence follows the documentation:
It works fine. Later on I need to change the graph ( add / remove node etc. ). I tried to implement an example form the documentation using render function:
Doing it this way the graph is reloaded with the new definition, but the click callback is never called. Am I doing anything wrong?
The text was updated successfully, but these errors were encountered: