This post describes how to build a very basic
network chart
with d3.js. You can see many other examples in the
network graph section of the gallery.
Learn more about the theory of network in
data-to-viz.com. This example works with d3.js v4
and v6
d3.csv()
call, you can do
console.log(data.links)
to check how the data
looks like.
source
and target
to be recognized
by d3