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/barchart.py

    r136 r169  
    4949            'lineColor': '#444444' 
    5050        }, 
    51         'colorScheme': 'red', 
     51        'colorScheme': { 
     52            'name': 'gradient', 
     53            'args': { 
     54                'initialColor': 'red', 
     55            }, 
     56        }, 
    5257        'legend': { 
    5358            'hide': True,