From: miles Date: Sat, 16 Mar 2013 00:42:40 +0000 (+0000) Subject: Working copy, made some optimization changes to heatMap.php: these may X-Git-Url: http://gitweb.planteome.org/?a=commitdiff_plain;h=eff92eb4c5ce67920f5e5e6e079f2ff6046fcf53;p=old-jaiswallab-svn%2F.git Working copy, made some optimization changes to heatMap.php: these may need to be debugged as time goes on. Nothing jumps out at me however. No more funky scrollLeftOffset or scrollRightOffset svn path=/; revision=438 --- diff --git a/Personnel/miles/Web Page/heatMap.php b/Personnel/miles/Web Page/heatMap.php index 17c32e8..01e8dbf 100644 --- a/Personnel/miles/Web Page/heatMap.php +++ b/Personnel/miles/Web Page/heatMap.php @@ -87,8 +87,7 @@ for ($i = 0; $i < sizeof($heatMapData); $i ++) $finalHeatMapData[$i] = implode(",", $heatMapData[$i]); } -$width = 25*$speciesCount + 100; -$height = 25 * $clusterCount + 200; + ?> @@ -128,7 +127,7 @@ Your browser does not support the canvas element.
- +
@@ -139,7 +138,6 @@ Your browser does not support the canvas element.