[[PageOutline(2-5,Contents,pullout)]] = Plot a graph of ticket's status change history. = == Description == Plot a graph of ticket's status change history. without arguments:: If argument is omitted, use following: - Result for report or query, if used on report description. - Bound for milestone, if used on milestone description. - Your last query result. You Feeling Lucky! args:: - If you want to add filter, use TracQuery#QueryLanguage. Yaxis options:: Use '''{{{format}}}''' parameter in query for yaxis values. slash {{{/}}} separated column name or {{{*}}} for wildcard. default: {{{new/assigned/accepted/closed/*}}} == Bugs/Feature Requests == Existing bugs and feature requests for StatusHistoryChartMacro are [report:9?COMPONENT=StatusHistoryChartMacro here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=StatusHistoryChartMacro&owner=matobaa new ticket]. == Download == Download the zipped source from [download:statushistorychartmacro here]. == Source == You can check out StatusHistoryChartMacro from [http://trac-hacks.org/svn/statushistorychartmacro here] using Subversion, or [source:statushistorychartmacro browse the source] with Trac. == Example == {{{ [[StatusHistoryChart]] [[StatusHistoryChart(format=new/*/closed)]] [[StatusHistoryChart(owner=$USER&format=new/*/closed)]] [[StatusHistoryChart(type=$TYPE&format=new/*/closed)]] (uses CGI parameter for $TYPE) }}} [[Image(StatusHistoryChartMacro.png)]] == Recent Changes == [[ChangeLog(statushistorychartmacro, 3)]] == Author/Contributors == '''Author:''' [wiki:matobaa] [[BR]] '''Maintainer:''' [wiki:matobaa] [[BR]] '''Contributors:'''