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

[Treantjs]: group coloring nodes #119

Open
egor-progger opened this issue Dec 22, 2024 · 0 comments
Open

[Treantjs]: group coloring nodes #119

egor-progger opened this issue Dec 22, 2024 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed treantjs Issue from treantjs repository

Comments

@egor-progger
Copy link
Owner

Description from treantjs issue

I am playing with visualization using visNetwork. I want group of nodes to have the same color. library(visNetwork) nodes<-data.frame(id=1:9) edges<-data.frame(from =c(1,2,3,4,4,3,5,5), to=c(2,3,4,6,8,5,7,9)) I want {5,7,9} to be of same color and {4,6,8} also be of different color. Your help would be appreciated. Thank you

Treantjs issue link

fperucic/treant-js#149

@egor-progger egor-progger added help wanted Extra attention is needed good first issue Good for newcomers treantjs Issue from treantjs repository labels Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed treantjs Issue from treantjs repository
Projects
None yet
Development

No branches or pull requests

1 participant