Changes between Version 2 and Version 3 of TicketChartsMacro


Ignore:
Timestamp:
Apr 17, 2009, 3:41:05 PM (15 years ago)
Author:
aviram
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TicketChartsMacro

    v2 v3  
    6262  * As you can see, the default '''ofc_file''' value is OFCDZ.swf, which is another implementation of Open Flash Charts, that make the bar charts clickable. You can download it from [http://www.ofc2dz.com/ OFCDZ].
    6363
    64 == Example ==
    65 
     64== Examples with Snapshots ==
     65Number of tickets per milestone:
    6666{{{
    67 Number of tickets per milestone:
    6867[[TicketChart(type = pie, factor = milestone)]]
     68}}}
     69[[Image(pie_by_milestone.png)]]
    6970
    7071Number of tickets per status for milestone4:
     72{{{
    7173[[TicketChart(type = pie, factor = status, query = milestone="milestone4")]]
     74}}}
     75[[Image(pie_by_status.png)]]
    7276
    7377Number of tickets by status and owners:
     78{{{
    7479[[TicketChart(type = stacked_bars, key = owner, x_axis = status, height = 400, width = 600)]]
    75  
     80 }}}
     81[[Image(stacked_bars.png)]]
     82
    7683Number of tickets by status and owner for milestone1:
     84{{{
    7785[[TicketChart(type = stacked_bars, key = owner, x_axis = status, query = milestone="milestone1", title = Tickets by status and owner for milestone1)]]
     86}}}
     87[[Image(stacked_bars_for_milestone1.png)]]
    7888
    7989Number of tickets by owner and type:
     90{{{
    8091[[TicketChart(type = stacked_bars, key = type, x_axis = owner)]]
     92}}}
     93[[Image(stacked_bars_2.png)]]
    8194
    8295Number of tickets by status for milestone4:
     96{{{
    8397[[TicketChart(type = bars, x_axis = status, query = milestone="milestone4", title = Tickets by status for milestone4)]]
    8498}}}
    85 
     99[[Image(bars_for_milestone4.png)]]
    86100
    87101== Recent Changes ==