taskjuggler / TaskJuggler

TaskJuggler - Project Management beyond Gantt chart drawing
http://www.taskjuggler.org
GNU General Public License v2.0
737 stars 171 forks source link

upper timescale (timeformat1) set to "%V" (weekly values) in taskreports indicates only monthly values #197

Open woec opened 8 years ago

woec commented 8 years ago

If I set resolution in taskreport to "day", I get day resolution at lower scale, but only monthly values are indicated at upper scale, regardless of the setting of timeformat1 - e.g. set timeformat1 "%V" indicates only 1st week of month, not every week.

regards, woec

scrapper commented 8 years ago

Please add a small test project to illustrate your issue. I don't think I understand what you are looking for.

woec commented 8 years ago

Ok, I took the tutorial project from the tj website and changed the chart-definition of the overview taskreport to the following: chart { ${TaskTip} scale day timeformat1 "%V" timeformat2 "%a" width 800}

With this, I expect to get day resolution on the lower timeline (which is ok), and week resolution and indication on the upper timeline - but there, only each first week number of month is written. See attached pdf of report Regards, woec tutorial-overview.pdf