I've been trying to set the gantt chart width and found three posts on the mailing list referring to setting column width:
taskreport overview "" {
...
columns bsi { title 'WBS' },
name, start, end, effort, cost,
revenue, chart { ${TaskTip} width 1400}
...
}
element.style {
position: relative;
overflow: auto;
width: 320px;
height: 369px;
}
taskreport overview "" {
width 1400
...
}
No change.
$ tj3 --version
TaskJuggler v3.4.0 - A Project Management Software
$ ruby --version
ruby 2.0.0p0 (2013-02-24 revision 39474) [x86_64-linux]
I've been trying to set the gantt chart width and found three posts on the mailing list referring to setting column width:
Steps to reproduce:
tj3 ~/path/to/tutorial.tjpOverview.html<td>in table:No change.
Am I doing something wrong, or are the
widthattributes not functioning properly?Running Arch Linux x86_64, with these TJ/ruby details:
Thanks!
John