Changeset 110:969740522320

Show
Ignore:
Timestamp:
01/26/09 11:07:37 (4 years ago)
Author:
Ga?tan de Menten <ged@…>
Branch:
default
Message:

set custom/larger font size for labels (needs a patched pycha to work for now)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • examples/pie_chart

    r70 r110  
    44    background: {hide: true} 
    55    legend: {hide: true} 
    6     padding: {bottom: 10, left: 70, right: 10, top: 10} 
     6    axis: {labelFontSize: 14} 
     7    padding: {bottom: 10, left: 10, right: 10, top: 10} 
    78chart: 
    89    type: pie 
     
    1011    dataset: 
    1112    {% for line in o.lines %} 
    12       - - ${line.item.name}  
     13      - - ${line.item.name} 
    1314        - - [0, $line.amount] 
    1415    {% end %}