Changeset 110:969740522320 for examples/pie_chart
- Timestamp:
- 01/26/09 05:07:37 (18 months ago)
- Branch:
- default
- Files:
-
- 1 modified
-
examples/pie_chart (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
examples/pie_chart
r70 r110 4 4 background: {hide: true} 5 5 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} 7 8 chart: 8 9 type: pie … … 10 11 dataset: 11 12 {% for line in o.lines %} 12 - - ${line.item.name} 13 - - ${line.item.name} 13 14 - - [0, $line.amount] 14 15 {% end %}
