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

    r136 r169  
    4444            'lineColor': '#444444' 
    4545        }, 
    46         'colorScheme': 'blue', 
     46        'colorScheme': { 
     47            'name': 'gradient', 
     48            'args': { 
     49                'initialColor': 'blue', 
     50            }, 
     51        }, 
    4752        'legend': { 
    4853            'hide': True,