= TicketChartsMacro - display ticket statistics charts = == Description == Make various types of charts regarding the number of tickets using Open Flash Charts. Chart types: * Pie charts. * Bar charts. * Stacked bar charts. The charts are created by the parameters that you give to the macro. See the examples below. All charts are clickable (see requirements) and will link to the query page of the graph. == Bugs/Feature Requests == Existing bugs and feature requests for TicketChartsMacro are [report:9?COMPONENT=TicketChartsMacro here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TicketChartsMacro&owner=aviram new ticket]. == Download == Download the zipped source from [download:ticketchartsmacro here]. == Source == You can check out TicketChartsMacro from [http://trac-hacks.org/svn/ticketchartsmacro here] using Subversion, or [source:ticketchartsmacro browse the source] with Trac. == Example == {{{ Number of tickets per milestone: [[TicketChart(type = pie, factor = milestone)]] Number of tickets per status for milestone4: [[TicketChart(type = pie, factor = status, query = milestone="milestone4")]] Number of tickets by status and owners: [[TicketChart(type = stacked_bars, key = owner, x_axis = status, height = 400, width = 600)]] Number of tickets by status and owner for milestone1: [[TicketChart(type = stacked_bars, key = owner, x_axis = status, query = milestone="milestone1", title = Tickets by status and owner for milestone1)]] Number of tickets by owner and type: [[TicketChart(type = stacked_bars, key = type, x_axis = owner)]] Number of tickets by status for milestone4: [[TicketChart(type = bars, x_axis = status, query = milestone="milestone4", title = Tickets by status for milestone4)]] }}} == Recent Changes == [[ChangeLog(ticketchartsmacro, 3)]] == Author/Contributors == '''Author:''' [wiki:aviram] [[BR]] '''Contributors:'''