From b37d7cb291a2c09c72dda1ff619c3344e7db781b Mon Sep 17 00:00:00 2001 From: Alasdair Allan Date: Sat, 16 Apr 2011 20:06:01 +0100 Subject: [PATCH] Fixed height in index as well as in NIB. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 86e1334..0245e63 100644 --- a/index.html +++ b/index.html @@ -33,7 +33,7 @@ $('#openheatmap_container').insertOpenHeatMap({ width: 1000, - height: 800, + height: 720, prefer: 'canvas' }); });