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

crosstalk support? #229

Open
dockstreet opened this issue Jan 19, 2018 · 7 comments
Open

crosstalk support? #229

dockstreet opened this issue Jan 19, 2018 · 7 comments

Comments

@dockstreet
Copy link

Hi - does this support crosstalk ?

http://rstudio.github.io/crosstalk/

@bthieurmel
Copy link
Contributor

Not at moment. I'll have a look when find time....!

@dockstreet
Copy link
Author

Great!!!!

@FrissAnalytics
Copy link

Hi,

in relation, obtaining and visualizing a subgraph of a larger already existing graph by filtering node and or edge types currently can become quite slow for larger networks. The ability to create a filtered graph on the client via crosstalk would be quite useful as it's likely much more efficient than obtaining such a result via a roundtrip from the client to the server and back.

For instance, the force layout on the client itself is able to compute and move nodes at many frames per second. However, for larger graphs sending an update to hide certain nodes and edges can become quite slow using visUpdateEdges and visUpdateNodes while setting hidden = TRUE in the respective dataframes.

kind regards, Herman

@tknoch8
Copy link

tknoch8 commented Oct 12, 2018

Hello,

The ability to build a visNetwork graph from a SharedData object would be tremendously helpful. It would be very neat to be able to filter different parts of the visNetwork from a table, such as a DT table, via crosstalk. Thank you!

Travis Knoche

@mvabl-steve
Copy link

I found this thread because I was searching for the exact same functionality!

@julianstanley
Copy link

julianstanley commented May 20, 2020

crosstalk functionality would be fantastic--in my use case, I want to highlight points in a plotly plot that correspond to nodes in a visNetwork graph.

@bthieurmel Have you had a chance to look into this? I see that there's a crosstalk branch, so I assume you've taken a look at the dev instructions. I can try to give this a shot, but I'm not sure if I can navigate visNetwork.js well enough and want to make sure that you haven't already tried/have any tips/etc.

Or, alternatively/in the meantime, has anyone used any sort of workaround for this?

@g-pires
Copy link

g-pires commented Jun 22, 2023

Hi, following up on this thread, have you had a chance to look into it ?
I'm trying to link a visNetwork and a table (datatable or reactable whatver) without the use of shiny, in a client side Rmd
Thanks

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

No branches or pull requests

7 participants