D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
hsu022210
Full window
Github gist
d3 parallel coordinate plot
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>D3: A simple scatterplot with SVG</title> <!-- Bootstrap CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> <style> </style> </head> <body> <script src="https://d3js.org/d3.v4.min.js"></script> <script src="parallel.js"></script> </body> </html>
https://d3js.org/d3.v4.min.js