D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
etpinard
Full window
Github gist
Demo of violins with persistent selections
<!DOCTYPE html> <html> <head> <script src="plotly.min.js"></script> </head> <body> <div id="graph"></div> <script src="main.js"></script> </body> </html>