This post describes how to build a very basic
parallel coordinates chart with d3.js.
You can see many other examples in the
dedicated section of the gallery. Learn
more about the theory this kind of chart in
data-to-viz.com. This example works with d3.js v4
and v6
scale
per column in the
.csv
input file and store it in a
y
object.
y["Sepal_width"]
is the scale of
the variable called Sepal_width.