You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to use the function sg_zoom_p so that upon clicking on a node, I would zoom onto that node. However, I can't get that working and I cannot find an example in the documentation. I did something like this, where output$sg <- renderSigmajs({...}):
If you are using the development version from Github, I have had to make changes to the way events are handled. Before every event was sent back to the R server which caused the visualisation to lag on large graphs. You now have to specify the events you want to capture with sg_events.
Thanks a lot for your reply! Yes the above codes work but it doesn't seem to zoom on the correct node, although the node id is specified to be the node clicked.
Hi, I am trying to use the function
sg_zoom_p
so that upon clicking on a node, I would zoom onto that node. However, I can't get that working and I cannot find an example in the documentation. I did something like this, whereoutput$sg <- renderSigmajs({...})
:When I click on a node, nothing has changed. Do you know what I am doing wrong here, or could you provide an example of how to do that? Thanks!
The text was updated successfully, but these errors were encountered: