D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
naoyak
Full window
Github gist
Visualizing chords in colors
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <script src="https://d3js.org/d3.v4.min.js"></script> <link rel="stylesheet" href="style.css"> <title>Chord Synesthesia with Force Layout</title> </head> <body> <svg width="900" height="1400"> </svg> <script src="./chords.js"></script> </body> </html>
https://d3js.org/d3.v4.min.js