From eff92eb4c5ce67920f5e5e6e079f2ff6046fcf53 Mon Sep 17 00:00:00 2001 From: miles Date: Sat, 16 Mar 2013 00:42:40 +0000 Subject: [PATCH] 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 --- Personnel/miles/Web Page/heatMap.php | 76 ++++++++++------------- Personnel/miles/Web Page/viewOntology.php | 4 +- 2 files changed, 35 insertions(+), 45 deletions(-) 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.