[[PageOutline(2-5,Contents,pullout)]] = Plot a graph of ticket's ~~status~~ field change history == Description Plot a graph of ticket's field change history. without arguments:: - Result for report or query, if used on report description. - Bound for milestone, if used on milestone description. - Your last query result. You're Feeling Lucky! args:: - If you want to add a filter, use TracQuery#QueryLanguage. y-axis options:: - Use '''{{{report}}}''' parameter in query for field name to plot. ([13030])[[BR]] default: {{{status}}} - Use '''{{{format}}}''' parameter in query for yaxis values.[[BR]] slash {{{/}}} separated column name or {{{*}}} for wildcard.[[BR]] two or more value can use in one, ie {{{/new/assigned+accepted AS in progress/closed}}} ([13031])[[BR]] default: options for the field, ie {{{new/assigned/accepted/closed/*}}} for status. == 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(format=new/accepted+assigned AS in progress/closed)]] [[StatusHistoryChart(owner=$USER&format=new/*/closed)]] [[StatusHistoryChart(type=$TYPE&format=new/*/closed)]] (uses CGI parameter for $TYPE) [[StatusHistoryChart(report=milestone)]] [[StatusHistoryChart(report=owner&format=/somebody/*/matobaa/)]] }}} [[Image(StatusHistoryChartMacro.png)]] == Recent Changes [[ChangeLog(statushistorychartmacro, 3)]] == Author/Contributors '''Author:''' [wiki:matobaa] [[BR]] '''Maintainer:''' [wiki:matobaa] [[BR]] '''Contributors:'''