D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
Sigfried
Full window
Github gist
Mr. Super Nester
DESCRIPTION
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Mister Super Nester</title> <link rel="stylesheet" href="github.css"> <link rel="stylesheet" href="converter.css"> </head> <body> <div class="header"> <h1>Hello, I’m Mister Super Nester</h1> <p class="description">I’m a simple console, stolen from Shan Carter's <a href="https://bl.ocks.org/shancarter/raw/4748131/">Mister Nester</a> for learning and experimenting with <a href="https://d3js.org">d3.js</a>, Underscore, Lodash, and <a href="https://github.com/Sigfried/supergroup">Supergroup</a> for nesting and wrangling data.</p> </div> <div id="converter"></div> <div class="details"> <p></p> </div> <script src="bundle.js"></script> <script src="highlight.js"></script> <script src="main.js"></script> </body> </html>