Show
Ignore:
Timestamp:
03/21/08 13:32:34 (4 years ago)
Author:
lgs
Message:

Support for drawing the whole background in a solid color. Patch by jae. See #6

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/examples/barchart.py

    r33 r81  
    4141        }, 
    4242        'background': { 
    43             'color': '#eeeeff', 
     43            'chartColor': '#ffeeff', 
     44            'baseColor': '#ffffff', 
    4445            'lineColor': '#444444' 
    4546        }, 
     
    5051        'padding': { 
    5152            'left': 55 
    52         } 
     53        }, 
     54        'title': 'Sample Chart' 
    5355    } 
    5456    chart = chartFactory(surface, options)