Changes between Initial Version and Version 1 of StatusHistoryChartMacro


Ignore:
Timestamp:
Feb 16, 2013, 9:48:57 AM (11 years ago)
Author:
matobaa
Comment:

New hack StatusHistoryChartMacro, created by matobaa

Legend:

Unmodified
Added
Removed
Modified
  • StatusHistoryChartMacro

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= Plot a graph of ticket's status change history. =
     4
     5== Description ==
     6
     7Plot a graph of ticket's status change history.
     8 without arguments::
     9  If argument is omitted, use following:
     10  - Result for report or query, if used on report description.
     11  - Bound for milestone, if used on milestone description.
     12  - Your last query result. You Feeling Lucky!
     13 args::
     14  - If you want to add filter, use TracQuery#QueryLanguage.
     15 Yaxis options::
     16  Use '''{{{format}}}''' parameter in query for yaxis values.
     17  slash {{{/}}} separated column name or {{{*}}} for wildcard.
     18  default: {{{new/assigned/accepted/closed/*}}}
     19
     20== Bugs/Feature Requests ==
     21
     22Existing bugs and feature requests for StatusHistoryChartMacro are
     23[report:9?COMPONENT=StatusHistoryChartMacro here].
     24
     25If you have any issues, create a
     26[http://trac-hacks.org/newticket?component=StatusHistoryChartMacro&owner=matobaa new ticket].
     27
     28== Download ==
     29
     30Download the zipped source from [download:statushistorychartmacro here].
     31
     32== Source ==
     33
     34You can check out StatusHistoryChartMacro from [http://trac-hacks.org/svn/statushistorychartmacro here] using Subversion, or [source:statushistorychartmacro browse the source] with Trac.
     35
     36== Example ==
     37
     38{{{
     39[[StatusHistoryChart]]
     40[[StatusHistoryChart(format=new/*/closed)]]
     41[[StatusHistoryChart(owner=$USER&format=new/*/closed)]]
     42[[StatusHistoryChart(type=$TYPE&format=new/*/closed)]]  (uses CGI parameter for $TYPE)
     43}}}
     44
     45== Recent Changes ==
     46
     47[[ChangeLog(statushistorychartmacro, 3)]]
     48
     49== Author/Contributors ==
     50
     51'''Author:''' [wiki:matobaa] [[BR]]
     52'''Maintainer:''' [wiki:matobaa] [[BR]]
     53'''Contributors:'''