Reputation: 9
I'm a Network Engineer, I want to create a custom data network visualization dashboard that includes interactive charts and graphs with drill down options and such. I'm a bit overwhelmed by the proliferation of languages and different ways of accomplishing this. What are some languages/libraries I should learn to accomplish this task, as well as good tutorials for your recommendations. I have intermediate coding experience.
Thanks!
Upvotes: 0
Views: 120
Reputation: 11
I recommend using D3js, force directed graph is perfect for creating a network visualization, there are some examples here: D3 force directed graph
Upvotes: 1