Changes between Version 24 and Version 25 of TicketChartsMacro


Ignore:
Timestamp:
Nov 13, 2015, 9:07:28 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TicketChartsMacro

    v24 v25  
    55== Description
    66
    7 This macro allows the creation of charts on tickets statistics. It uses [http://teethgrinder.co.uk/open-flash-chart-2/ Open Flash Charts].
     7This macro allows the creation of charts on ticket statistics. It uses [http://teethgrinder.co.uk/open-flash-chart-2/ Open Flash Charts].
    88The chart types supported are:
    9   * Pie charts.
    10   * Bar charts.
    11   * Stacked bar charts.
     9 * Pie charts.
     10 * Bar charts.
     11 * Stacked bar charts.
    1212
    1313The charts are configured by the parameters that you pass to the macro. See the examples below.
     
    2323
    2424If you have any issues, create a
    25 [http://trac-hacks.org/newticket?component=TicketChartsMacro&owner=aviram new ticket].
     25[/newticket?component=TicketChartsMacro new ticket].
    2626
    2727[[TicketQuery(component=TicketChartsMacro&group=type,format=progress)]]
     
    2929== Download
    3030
    31 Download the zipped source from [download:ticketchartsmacro here].
     31Download the zipped source from [export:ticketchartsmacro here].
    3232
    3333== Source
    3434
    35 You can check out TicketChartsMacro from [http://trac-hacks.org/svn/ticketchartsmacro here] using Subversion, or [source:ticketchartsmacro browse the source] with Trac.
     35You can check out TicketChartsMacro from [/svn/ticketchartsmacro here] using Subversion, or [source:ticketchartsmacro browse the source] with Trac.
    3636
    3737== Installation
    3838
    3939 1. Download the source.
    40  1. Copy the file !TicketCharts.py to your project's plugins directory or to the global plugins directory, which is usually inc`/usr/share/trac/plugins`.
     40 1. Copy the file !TicketCharts.py to your project's plugins directory or to the global plugins directory, which is usually `/usr/share/trac/plugins`.
    4141 1. Enable !TicketCharts plugin via the WebAdmin interface or by adding the following lines to the [components] section of your `trac.ini` file:
    42   {{{#!ini
     42 {{{#!ini
    4343[components]
    4444ticketcharts.* = enabled
     
    7676[[TicketChart(type = pie, factor = milestone)]]
    7777}}}
     78
    7879[[Image(pie_by_milestone.png)]]
    7980
     
    8283[[TicketChart(type = pie, factor = status, query = milestone=milestone4)]]
    8384}}}
     85
    8486[[Image(pie_by_status.png)]]
    8587
     
    8789{{{
    8890[[TicketChart(type = stacked_bars, key = owner, x_axis = status, height = 400, width = 600)]]
    89  }}}
     91}}}
     92
    9093[[Image(stacked_bars.png)]]
    9194
     
    9497[[TicketChart(type = stacked_bars, key = owner, x_axis = status, query = milestone=milestone1, title = Tickets by status and owner for milestone1)]]
    9598}}}
     99
    96100[[Image(stacked_bars_for_milestone1.png)]]
    97101
     
    100104[[TicketChart(type = stacked_bars, key = type, x_axis = owner)]]
    101105}}}
     106
    102107[[Image(stacked_bars_2.png)]]
    103108
     
    106111[[TicketChart(type = bars, x_axis = status, query = milestone=milestone4, title = Tickets by status for milestone4)]]
    107112}}}
     113
    108114[[Image(bars_for_milestone4.png)]]
    109115
     
    115121
    116122'''Author:''' [wiki:aviram] [[BR]]
    117 '''Maintainer:''' ''none (needsadoption)'' [[BR]]
     123'''Maintainer:''' [[Maintainer]] [[BR]]
    118124'''Contributors:'''