From b269ddfe8e1f33cd129ba1b89f40ec22789bfb56 Mon Sep 17 00:00:00 2001
From: cramakri <cramakri>
Date: Mon, 23 Aug 2010 08:26:03 +0000
Subject: [PATCH] LMS-1697 The x/y = WellName preference no longer needs to be
 specified.

SVN: 17564
---
 screening/etc/tabular-data-graph.properties | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/screening/etc/tabular-data-graph.properties b/screening/etc/tabular-data-graph.properties
index 784e0b75ceb..9492c123507 100644
--- a/screening/etc/tabular-data-graph.properties
+++ b/screening/etc/tabular-data-graph.properties
@@ -33,15 +33,11 @@ hist.title = Total Cells Histogram
 
 # The properties for the heatmap
 heat.graph-type = heatmap
-heat.x-axis = WellName
-heat.y-axis = WellName
 heat.column = InfectionIndex
 heat.title = Infection Index
 
 # The properties for the second heatmap
 heat2.graph-type = heatmap
-heat2.x-axis = WellName
-heat2.y-axis = WellName
 heat2.column = TotalCells
 heat2.title = Total Cells
 
-- 
GitLab