This is a fix of Dmitri Ischenko's fork of Jason Davis example of parallel coordinates example, with reorderable axes. Modified to use d3 v4. Originally created by Mike Bostock.
This parallel coordinates visualization of cars from the ‘70s and ‘80s demonstrates one of D3 2.5.0’s new interactive features: the brush component. By clicking and dragging along any axis, you can specify a filter for that dimension. The brush component is also used in the updated scatterplot matrix example. Click off the brush (but on the axis) to clear the brush.
https://d3js.org/d3.v4.min.js
cars.csv | index.html |