| changeset 65: | b22bc4a44f8d |
| parent: | c0e3672508cf |
| child: | 3a19cb44ebdf |
| author: | Nicolas Évrard <nicoe@openhex.org> |
| date: | Wed Sep 10 11:22:09 2008 +0200 (9 months ago) |
| permissions: | -rw-r--r-- |
| description: | Added tag 0.4.0 for changeset a8fb9b03615b |
1options:2 width: 6003 height: 5004 output_type: svg5 legend:6 hide: false7 position:8 right: 409 padding: {bottom: 70, left: 70, right: 10, top: 10}10 axis:11 y:12 interval: 2013 padding: 514 x:15 ticks:16 {% for idx, line in enumerate(o.lines) %}17 - v: $idx18 label: $line.item.name19 {% end %}20chart:21 type: vbar22 dataset:23 - - Sales24 -25 {% for idx, line in enumerate(o.lines) %}26 - [$idx, $line.amount]27 {% end %}28 - - Absolute sales29 -30 {% for idx, line in enumerate(o.lines) %}31 - [$idx, ${abs(line.amount)}]32 {% end %}