Show
Ignore:
Timestamp:
03/17/09 05:27:31 (18 months 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/scatterchart.py

    r136 r169  
    3636            'lineColor': '#444444' 
    3737        }, 
    38         'colorScheme': 'blue', 
     38        'colorScheme': { 
     39            'name': 'gradient', 
     40            'args': { 
     41                'initialColor': 'blue', 
     42            }, 
     43        }, 
    3944        'legend': { 
    4045            'hide': True,