Author: eallen
Date: 2010-09-02 18:23:10 -0400 (Thu, 02 Sep 2010)
New Revision: 4252
Modified:
mgmt/newdata/cumin/python/cumin/stat.py
Log:
Fix for BZ 628738: Use the same opacity in the stacked area charts as the other charts
Modified: mgmt/newdata/cumin/python/cumin/stat.py
===================================================================
--- mgmt/newdata/cumin/python/cumin/stat.py 2010-09-02 19:35:39 UTC (rev 4251)
+++ mgmt/newdata/cumin/python/cumin/stat.py 2010-09-02 22:23:10 UTC (rev 4252)
@@ -967,7 +967,7 @@
self.points = self.Points(app, "points")
self.add_attribute(self.points)
- self.alpha = 1
+ #self.alpha = 1
def get_max_min(self, session, stats, samples):
max_value = 0
Show replies by date