D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
aaizemberg
Full window
Github gist
barras svg d3.js argentina censo 2010
<!DOCTYPE html> <html> <head> <script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js"></script> <meta charset="utf-8"> <title>barras</title> <style> text { font-family: Ubuntu, Helvetica, Arial, sans-serif; font-size: 90%; } </style> </head> <body> <div id="barras"></div> <script src="barras.js"></script> </body> </html>
https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js