xxxxxxxxxx
<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>