QUESTION (not bug) please - which framework?
Dear friend, thanks a lot for your very interesting project.
I am doing something similar as a learning experience but I'd like to invest in a robust frontend framework that will let me visualize graphs similar to the ones you show, with a lot of flexibility in node and edge attributes (labels, colors, thicknesses etc), graph layout (2D, 3D, force based, directed undirected etc) , node and edge interaction (query attributes, recenter graph etc).
What would you advise using? I am reading stuff about react, angular and vue but see there are many more.
I am mainly a python programmer and for this plotly/dash also is appealing but perhaps not strategic.
Thanks for sharing any insight.
something like that ? https://scenaristeur.github.io/noosld/ i've used 3d-force-graph in vuejs
Very interesting. Thank you