Bug: Gantt chart at end of every text report!!

47 views
Skip to first unread message

vijay

unread,
Oct 2, 2019, 7:59:30 AM10/2/19
to TaskJuggler Users

I have a simple report which consists of only plain text.
taskreport overview "Overview" {
  formats html
    header
-8<-
Hello World
   
->8-
}
But when I generated the html file I see a gantt chart after the text.

Overview.png


How do I remove the chart
Overview.html
Overview.pdf
test.tjp

Jeremy Smyth

unread,
Oct 2, 2019, 8:56:25 AM10/2/19
to taskjugg...@googlegroups.com
Use purge columns to clear any default inherited columns, and then explicitly set the columns you want:

taskreport overview "Overview" {
   formats html
   purge columns
   columns id, name, start, end, effort
--
You received this message because you are subscribed to the "TaskJuggler Users" group.
To post to this group, send email to taskjugg...@googlegroups.com
To unsubscribe from this group, send email to
taskjuggler-us...@googlegroups.com
For more information about TaskJuggler visit http://www.taskjuggler.org
---
You received this message because you are subscribed to the Google Groups "TaskJuggler Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to taskjuggler-us...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/taskjuggler-users/57e437d4-762c-4905-b4c2-9b122d904bc2%40googlegroups.com.

Jeremy Smyth

unread,
Oct 2, 2019, 9:00:21 AM10/2/19
to TaskJuggler Users
...in fact you don't need purge columns as long as you specify an explicit columns list:

taskreport overview "Overview" {
   formats html
Reply all
Reply to author
Forward
0 new messages