D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
bimannie
Full window
Github gist
contour-hack
https://www.nytimes.com/interactive/2017/05/12/world/europe/wannacry-ransomware-map.html
<!DOCTYPE html> <meta charset='utf-8'> <link rel="stylesheet" type="text/css" href="style.css"> <body> <div class='g-cyber-map'></div> </body> <script src='d3v4.js'></script> <script src='topojson.js'></script> <script src='script.js'></script>