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

Question: Could the nodes be interactive? #120

Open
dkozar opened this issue May 3, 2023 · 2 comments
Open

Question: Could the nodes be interactive? #120

dkozar opened this issue May 3, 2023 · 2 comments

Comments

@dkozar
Copy link

dkozar commented May 3, 2023

Could the nodes be:

  1. clickable
  2. have a custom renderer (for showing spinner etc.)?
@wojciechteclaw
Copy link

  1. Check the lib: https://github.com/cytoscape/cytoscape.js-cxtmenu if you want to have more options available onCtxMenu click
  2. You can customize it by yourself. I don't know any library doing this except D3

@snakeM
Copy link

snakeM commented Feb 2, 2024

What I've done in past is use Cytoscape to compute the coordinates of nodes, and then render them using a library which has more interactive features like React Flow .

Example: https://reactflow.dev/examples/layout/dagre

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

3 participants