Changes between Version 19 and Version 20 of EstimationToolsPlugin


Ignore:
Timestamp:
Mar 14, 2009, 2:48:59 PM (15 years ago)
Author:
Joachim Hoessler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EstimationToolsPlugin

    v19 v20  
    7272 * a comma-separated list of query parameters for the ticket selection, in the form "key=value" as specified in TracQuery#QueryLanguage.
    7373 * `startdate`: '''mandatory''' parameter that specifies the start date of the period (ISO8601 format)
    74  * `enddate`: end date of the period. If omitted, it defaults to either the milestones (if given) `completed' date,
    75    or `due`date, or today (in that order) (ISO8601 format)
     74 * `enddate`: end date of the period. If omitted, it defaults to either the milestones (if given) `completed' date,
     75   or `due` date, or today (in that order) (ISO8601 format)
     76 * `weekends`: include weekends in chart. Defaults to `true`
     77 * `expected`: show expected progress in chart, 0 or any number to define initial expected hours (defaults to 0).
     78 * `gridlines`: show gridlines in chart, 0 or any number to define hour steps (defaults to 0)
    7679 * `width`: width of resulting diagram (defaults to 800)
    7780 * `height`: height of resulting diagram (defaults to 200)
    7881 * `color`: color specified as 6-letter string of hexadecimal values in the format `RRGGBB`.
    79    Defaults to `ff9900`, a nice orange (except in r5160, it defaults to ff990000, or fully transparent orange, therefore invisible. See #4624. As a workaround, you can specify the color explicitly and not rely on the default).
     82   Defaults to `ff9900`, a nice orange.
     83 * `colorexpected`: color for expected hours graph specified as 6-letter string of hexadecimal values in the format `RRGGBB`.
     84   Defaults to ffddaa, a nice yellow.
    8085 * `bgcolor`: chart drawing area background color specified as 6-letter string of hexadecimal values in the format `RRGGBB`.
    8186   Defaults to `ffffff`.
    8287 * `wecolor`: chart drawing area background color for weekends specified as 6-letter string of hexadecimal values in the format `RRGGBB`.
    83    Defaults to `f1f1f1`.
    84  
     88   Defaults to `ccccccaa`.
     89
    8590Examples:
    8691{{{
    8792[[BurndownChart(milestone=Sprint 1, startdate=2008-01-01)]]
    8893[[BurndownChart(milestone=Release 3.0|Sprint 1, startdate=2008-01-01, enddate=2008-01-15,
    89            width=600, height=100, color=0000ff)]]
     94   weekends=false, expected=100, gridlines=20, width=600, height=100, color=0000ff)]]
    9095}}}
    9196