Skip to content

Instantly share code, notes, and snippets.

@evilz
evilz / colored-grid.js
Created January 26, 2017 14:11
colored-grid using D3
<html>
<head>
<script type="text/javascript" src="http://d3js.org/d3.v3.js"></script>
<!--<script src="d3.min.js" ></script>-->
</head>
<body>
<div id="grid"></div>
</body>