Show
Ignore:
Timestamp:
03/17/09 05:27:31 (3 years ago)
Author:
lgs
Message:

Big refactor about how the colors scheme are created and used. See #29

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/examples/stackedbarchart.py

    r165 r169  
    3737            'lineColor': '#444444', 
    3838        }, 
    39         'colorScheme': 'red', 
     39        'colorScheme': { 
     40            'name': 'gradient', 
     41            'args': { 
     42                'initialColor': 'red', 
     43            }, 
     44        }, 
    4045        'legend': { 
    4146            'hide': True,