D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
1wheel
Full window
Github gist
record-movies
finished version
<!DOCTYPE html> <meta charset='utf-8'> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="style.css"> <body> <!-- <h1>The Fourteen Top Three Highest Grossing Movies Since 1990</h1> --> <!-- <h1>In the Last 25 Years, There Have Been 17 Top 3 Highest Grossing Movies</h1> --> <!-- <h1>In the Last 25 Years, There Have Been 17 Top 3 Highest Grossing Movies</h1> --> <!-- <h1>17 Movies Have Been Among the Top 3 Highest Grossing Of All Time In the Last 25 Years</h1> --> <h2>Every Top Three Grossing Movies Over The Last 25 Years</h2> <div id='container'> <div id='panel'></div> <div id='graph'></div> </div> </body> <script src='d3_.js'></script> <script src='_script.js'></script>