D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
nmu
Full window
Github gist
d3.unconf 2015
<!doctype html> <html> <head> <meta charset="utf-8"> <title></title> <link rel="stylesheet" href="styles.css"> </head> <body> <aside class="messages"> <ul class="errors"></ul> </aside> <svg id="root"></svg> <footer> <strong>Sources:</strong> <ul> <li> <b>Registration</b><br/> "Registered Syrian Refugees - chart.csv" https://data.unhcr.org/syrianrefugees/regional.php </li> <li> <b>Cash Assistance</b><br/> "CashAssistanceDashboard_JO_July2015.pdf" Scraped https://data.unhcr.org/syrianrefugees/regional.php </li> </ul> </footer> <script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.js"></script> <script src="script.js"></script> </body> </html>
https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.js