Changeset 149 for trunk/pycha/chart.py

Show
Ignore:
Timestamp:
02/07/09 03:38:31 (3 years ago)
Author:
lgs
Message:

Add an option to draw the y vals on the bars. See #22. Patch contributed by Adam and polished by Lorenzo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pycha/chart.py

    r142 r149  
    660660        width=2 
    661661    ), 
     662    yvals=Option( 
     663        show=False, 
     664        inside=False, 
     665        fontSize=11, 
     666        fontColor='#000000', 
     667    ), 
    662668    fillOpacity=1.0, 
    663669    shouldFill=True,