Author: kono
Date: 2010-06-28 14:39:57 -0700 (Mon, 28 Jun 2010)
New Revision: 20698

Modified:
   
csplugins/trunk/ucsd/mes/GoogleChartFunctions/src/org/cytoscape/equations/internal/googlechart/GoogleBarChartFunction.java
Log:
Bar chart range will be modified only if min> max and min<0 and max>0.

Modified: 
csplugins/trunk/ucsd/mes/GoogleChartFunctions/src/org/cytoscape/equations/internal/googlechart/GoogleBarChartFunction.java
===================================================================
--- 
csplugins/trunk/ucsd/mes/GoogleChartFunctions/src/org/cytoscape/equations/internal/googlechart/GoogleBarChartFunction.java
  2010-06-28 21:39:35 UTC (rev 20697)
+++ 
csplugins/trunk/ucsd/mes/GoogleChartFunctions/src/org/cytoscape/equations/internal/googlechart/GoogleBarChartFunction.java
  2010-06-28 21:39:57 UTC (rev 20698)
@@ -59,8 +59,7 @@
                                                        data), 
colors.get(colorIndex));
                        if(min<0 && max>=0)
                                bar.setZeroLine(50);
-                       else
-                               bar.setZeroLine(0);
+                       
                        bars.add(bar);
                        colorIndex++;
                }

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to