-
Notifications
You must be signed in to change notification settings - Fork 414
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
Network graph #361
Comments
Intresting implementaion |
I’ve actually used this same component at a previous job, but this seems very overkill for D-Tale. This is more usable for a completely unstructured piece of data |
Ok if you don't have plan for that please feel free to close the ticket. |
@reza1615 you managed to pique my interest after all. Here's what I have so far for your test data: I plan to add a dropdown for grouping and whether it applies to "To", "From" or both. If you selected a grouping then a legend of the values and colors will also be displayed. This is using vis-network. |
Thank you for adding this part. |
Is there any way to achieve these things using features found in these examples? https://visjs.github.io/vis-network/examples/ |
which data do you want to archive. do you mean the examples? would you please explain more? |
the codes are in cloud icon and most of the just modify the option var. |
Sorry, I meant are there any examples which illustrate the "clustering" logic you're looking for? I've never really written code for that before. I believe i've already built the highlighting logic you're looking for (I added a couple more nodes for the demo): network.mov |
I will open new tickets for the network functionalities |
please add edge direction as an optional column |
also please add graph display method to show graph as tree, circle, hierarchy,... |
added in v1.30.0 |
It would be nice to have a graph visualization. I found this project. it can be useful to show the connection and interaction between nodes. the input data can be in the below format
Also, the dash implementation is in here and here
The text was updated successfully, but these errors were encountered: