D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
devgru
Full window
Github gist
Skill Octopus
<html> <title>Skill Octopus</title> <style> svg { position: absolute; margin-left: -200px; } .eye { fill: #416a99; stroke: none; } .year2014 { fill: #3fd146; } .year2015 { fill: #4FE156; } .year2016 { fill: #f1dd00; } </style> <body> <script src="d3.js"></script> <script src="octopus.js"></script> </body> </html>