Changes between Version 18 and Version 19 of TracJsGanttPlugin


Ignore:
Timestamp:
Jul 14, 2011, 11:57:57 PM (13 years ago)
Author:
Chris Nelson
Comment:

Document goal option

Legend:

Unmodified
Added
Removed
Modified
  • TracJsGanttPlugin

    v18 v19  
    3232|| `colorBy`|| ||Field to use to choose task colors.  Each unique value of the field will have a different color task.  Other likely useful values are owner and milestone but any field can be used. || priority ||
    3333|| `root`|| ||When using something like Subtickets plugin to maintain a tree of tickets and subtickets, you may create a Gantt showing a ticket and all of its descendants with `root=<ticket#>`.  The macro uses the configured `parent` field to find all descendant tasks and build an `id=` argument for Trac's native query handler.[[br]][[br]]Multiple roots may be provided like `root=1|12|32`.[[br]][[br]]When used in a ticket description or comment, `root=self` will display the current ticket's descendants.|| ||
     34|| `goal`|| 0.9 ||When using something like MasterTickets plugin to maintain ticket dependencies, you may create a Gantt showing a ticket and all of its predecessors with `goal=<ticket#>`.  The macro uses the configured `succ` field to find all predecessor tasks and build an `id=` argument for Trac's native query handler.[[br]][[br]]Multiple goals may be provided like `goal=1|12|32`.[[br]][[br]]When used in a ticket description or comment, `goal=self` will display the current ticket's predecessors.|| ||
    3435|| `lwidth`|| ||The width, in pixels, of the table of task names, etc. on the left of the Gantt. || ||
    3536|| `showdep`||||Show dependencies (1) or not (0)||1||