D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
andrewxhill
Full window
Github gist
That's not a map...
<!DOCTYPE html> <html> <head> <title>DataKind Workshop | Demo</title> <meta name="viewport" content="initial-scale=1.0, user-scalable=no" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <style> html, body, iframe { height: 100%; padding: 0; margin: 0; } </style> </head> <body> <iframe width='100%' height='100%' frameborder='0' src='https://andrew.cartodb.com/viz/79ca6f98-7fc2-11e3-9a73-3085a9a9563c/embed_map?title=true&description=true&search=false&shareable=true&cartodb_logo=true&layer_selector=false&legends=false&scrollwheel=true&sublayer_options=1&sql=&zoom=3¢er_lat=-10.487811882056695¢er_lon=13.7109375'></iframe> </body> </html>