D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
rcrocker13
Full window
Github gist
Responsive Bar Chart
<!DOCTYPE html> <html> <head> <meta charset='UTF-8'> <title>Bars that Listen</title> <link href='https://fonts.googleapis.com/css?family=Lato:100,300,400' rel='stylesheet' type='text/css'> <link rel="stylesheet" type="text/css" href="style.css" > <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.17/d3.js"></script> </head> <body> <div id="chart"></div> </body> <script type="text/javascript" src="script.js"></script> </html>
https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.17/d3.js