Changes between Version 11 and Version 12 of TracJsGanttPlugin


Ignore:
Timestamp:
Apr 5, 2011, 4:23:55 PM (13 years ago)
Author:
Chris Nelson
Comment:

DOcument root and lwidth options

Legend:

Unmodified
Added
Removed
Modified
  • TracJsGanttPlugin

    v11 v12  
    109109 * openLevel - Number of levels of tasks to show.  1 = only top level task.  999 is the default.
    110110 * colorBy - Field to use to choose task colors.  Each unique value of the field will have a different color task.  Defaults to priority.  Other likely useful values are owner and milestone but any field can be used.
     111 * 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.  (Note multiple roots may be provided like `root=1|12|32`.)
     112 * lwidth - The width, in pixels, of the table of task names, etc. on the left of the Gantt.
    111113
    112114All other macro arguments are treated as TracQuery specification (e.g., milestone=MS1|MS2) to control which tickets are displayed.