db_annotate
  • Overview
  • Repository
  • Tickets
  • Statistics
  • Projects

Repository

Improve pies highlight's

Parent commits : 89db03cecbae08207e588afd407022b984fb0aa7,
Children commits : c5e6ba25e17bbb788db846e479d0d9233670b58d,

By Laurent Defert on 2015-01-11 17:44:38
Improve pies highlight's

Browse content
Difference with parent commit 89db03cecbae08207e588afd407022b984fb0aa7
Files modified:
db_size.py
--- 
+++ 
@@ -67,7 +67,9 @@
         self.pygal_config.style = SolidColorStyle
         self.pygal_config.style.colors = ['#ff3000', '#ff8900', '#ffe500', \
             '#b7ff3f', '#66ff90', '#18ffdd', '#00a4ff', '#0040ff', '#0000ec', '#00007f']
-        self.pygal_config.truncate_labels = 9999999
+        self.pygal_config.style.opacity = '.9'
+        self.pygal_config.style.opacity_hover = '.4'
+        self.pygal_config.style.transition = '100ms ease-in'
         self.pygal_config.truncate_legend = 9999999
 
     def _get_filename(self, base, n):

Generated with KisssPM