Skip to content

Instantly share code, notes, and snippets.

@correiak
correiak / Heatmap.js
Last active December 23, 2015 07:09 — forked from jfarid27/Heatmap.js
var newdata;
var scope = new Object();
scope.marginleft = 400;
scope.marginright = 80;
scope.margintop = 80;
scope.marginbottom = 80;
scope.width = 1200;
scope.height = 800;
scope.showlabels = true;
var newdata;
var scope = new Object();
scope.marginleft = 80;
scope.marginright = 80;
scope.margintop = 80;
scope.marginbottom = 80;
scope.width = 800;
scope.height = 800;
scope.showlabels = true;