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

Graph theory visualization #406

Open
mgrouch opened this issue Jun 2, 2022 · 4 comments
Open

Graph theory visualization #406

mgrouch opened this issue Jun 2, 2022 · 4 comments
Labels
enhancement New feature or request PR welcomed Pull requests are welcomed

Comments

@mgrouch
Copy link

mgrouch commented Jun 2, 2022

It would be nice if there was a module binding to https://js.cytoscape.org/

For visual representation of graphs which is a missing feature currently.

Thanks

@rjaros
Copy link
Owner

rjaros commented Jun 3, 2022

See my answer for similar request: #95.
TLDR: creating Kotlin bindings for a complex JS library is a huge job - contributions are welcomed.

@JoonasC
Copy link

JoonasC commented Jun 3, 2022

You might want to take a look at https://github.com/data2viz/data2viz, it's essentially a port of d3.js to Kotlin.

@joerg-rade
Copy link
Contributor

You might want to take a look at https://github.com/data2viz/data2viz, it's essentially a port of d3.js to Kotlin.

I did exactly that a couple of month's ago and gave up. I was not able to find out, how to do a bubble chart.

@JoonasC
Copy link

JoonasC commented Jun 7, 2022

The thing with d3/data2viz is that it doesn't give you a ready-made method to draw a graph/chart, but instead it gives you basic tools that you can use to create any kind of visualisation. Here are some examples of everything that can be done with it https://play.data2viz.io/sketches/.

@rjaros rjaros added enhancement New feature or request PR welcomed Pull requests are welcomed labels Jun 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request PR welcomed Pull requests are welcomed
Projects
None yet
Development

No branches or pull requests

4 participants