Changes between Version 6 and Version 7 of TracJsGanttPlugin


Ignore:
Timestamp:
Dec 8, 2010, 4:48:15 PM (13 years ago)
Author:
Chris Nelson
Comment:

Add description of colorBy argument.

Legend:

Unmodified
Added
Removed
Modified
  • TracJsGanttPlugin

    v6 v7  
    102102 * dateDisplay - Date display format: 'mm/dd/yyyy' (default), 'dd/mm/yyyy', or 'yyyy-mm-dd'
    103103 * openLevel - Number of levels of tasks to show.  1 = only top level task.  999 is the default.
     104 * 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.
    104105
    105106All other macro arguments are treated as TracQuery specification (e.g., milestone=MS1|MS2) to control which tickets are displayed.