Changes between Version 5 and Version 6 of StatusHistoryChartMacro


Ignore:
Timestamp:
Mar 5, 2015, 1:20:21 PM (9 years ago)
Author:
figaro
Comment:

Tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • StatusHistoryChartMacro

    v5 v6  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Plot a graph of ticket's ~~status~~ field change history. =
     3= Plot a graph of ticket's ~~status~~ field change history
    44
    5 == Description ==
     5== Description
    66
    77Plot a graph of ticket's field change history.
     
    1111  - Your last query result. You're Feeling Lucky!
    1212 args::
    13   - If you want to add filter, use TracQuery#QueryLanguage.
    14  Yaxis options::
     13  - If you want to add a filter, use TracQuery#QueryLanguage.
     14 y-axis options::
    1515  - 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]]
    1818  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]]
    20   default: options for the field, i.e. {{{new/assigned/accepted/closed/*}}} for status.
     19  two or more value can use in one, ie {{{/new/assigned+accepted AS in progress/closed}}} ([13031])[[BR]]
     20  default: options for the field, ie {{{new/assigned/accepted/closed/*}}} for status.
    2121
    22 == Bugs/Feature Requests ==
     22== Bugs/Feature Requests
    2323
    24 Existing bugs and feature requests for StatusHistoryChartMacro are
    25 [report:9?COMPONENT=StatusHistoryChartMacro here].
     24Existing bugs and feature requests for StatusHistoryChartMacro are [report:9?COMPONENT=StatusHistoryChartMacro here].
    2625
    27 If you have any issues, create a
    28 [http://trac-hacks.org/newticket?component=StatusHistoryChartMacro&owner=matobaa new ticket].
     26If you have any issues, create a [http://trac-hacks.org/newticket?component=StatusHistoryChartMacro&owner=matobaa new ticket].
    2927
    30 == Download ==
     28== Download
    3129
    3230Download the zipped source from [download:statushistorychartmacro here].
    3331
    34 == Source ==
     32== Source
    3533
    3634You can check out StatusHistoryChartMacro from [http://trac-hacks.org/svn/statushistorychartmacro here] using Subversion, or [source:statushistorychartmacro browse the source] with Trac.
    3735
    38 == Example ==
     36== Example
    3937
    4038{{{
     
    4947[[Image(StatusHistoryChartMacro.png)]]
    5048
    51 == Recent Changes ==
     49== Recent Changes
    5250
    5351[[ChangeLog(statushistorychartmacro, 3)]]
    5452
    55 == Author/Contributors ==
     53== Author/Contributors
    5654
    5755'''Author:''' [wiki:matobaa] [[BR]]