Changes between Version 4 and Version 5 of StatusHistoryChartMacro


Ignore:
Timestamp:
May 3, 2013, 5:36:08 AM (11 years ago)
Author:
matobaa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • StatusHistoryChartMacro

    v4 v5  
    1313  - If you want to add filter, use TracQuery#QueryLanguage.
    1414 Yaxis options::
    15   - Use '''{{{report}}}''' parameter in query for field name to plot.[[BR]]
     15  - Use '''{{{report}}}''' parameter in query for field name to plot. ([13030])[[BR]]
    1616  default: {{{status}}}
    1717  - Use '''{{{format}}}''' parameter in query for yaxis values.[[BR]]
    18   slash {{{/}}} separated column name or {{{*}}} for wildcard.[[BR]]
     18  slash {{{/}}} separated column name or {{{*}}} for wildcard.[[BR]]
     19  two or more value can use in one, i.e. {{{/new/assigned+accepted AS in progress/closed}}} ([13031])[[BR]]
    1920  default: options for the field, i.e. {{{new/assigned/accepted/closed/*}}} for status.
    2021
     
    4041[[StatusHistoryChart]]
    4142[[StatusHistoryChart(format=new/*/closed)]]
     43[[StatusHistoryChart(format=new/accepted+assigned AS in progress/closed)]]
    4244[[StatusHistoryChart(owner=$USER&format=new/*/closed)]]
    4345[[StatusHistoryChart(type=$TYPE&format=new/*/closed)]]  (uses CGI parameter for $TYPE)