Changes between Version 22 and Version 23 of TicketChartsMacro


Ignore:
Timestamp:
Apr 25, 2015, 12:12:10 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TicketChartsMacro

    v22 v23  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Display ticket statistics charts =
    32
    4 == Description ==
     3= Display ticket statistics charts
     4
     5== Description
    56
    67Make various types of charts regarding the number of tickets using Open Flash Charts.
     
    1617See also TracTicketStatsPlugin, TracMetrixPlugin.
    1718
    18 == Bugs/Feature Requests ==
     19== Bugs/Feature Requests
    1920
    2021Existing bugs and feature requests for TicketChartsMacro are
     
    2425[http://trac-hacks.org/newticket?component=TicketChartsMacro&owner=aviram new ticket].
    2526
    26 == Download ==
     27[[TicketQuery(component=TicketChartsMacro&group=type,format=progress)]]
     28
     29== Download
    2730
    2831Download the zipped source from [download:ticketchartsmacro here].
    2932
    30 == Source ==
     33== Source
    3134
    3235You can check out TicketChartsMacro from [http://trac-hacks.org/svn/ticketchartsmacro here] using Subversion, or [source:ticketchartsmacro browse the source] with Trac.
    3336
    34 == Installation ==
     37== Installation
     38
    3539  * Download the source.
    3640  * Copy the file !TicketCharts.py to your project's plugins directory or to the global plugins directory, which is usually in:
     
    3943/usr/share/trac/plugins
    4044}}}
    41   * Enable !TicketCharts plugin via the WebAdmin interface or by adding the following lines to the [components] section of trac.ini:
     45  * Enable !TicketCharts plugin via the WebAdmin interface or by adding the following lines to the [components] section of your `trac.ini` file:
    4246  {{{
    4347#!ini
     48[components]
    4449ticketcharts.* = enabled
    4550}}}
    4651
    47 == Configuration ==
    48  * The following configuration can appear in trac.ini (default values are shown):
     52== Configuration
     53
     54 * The following configuration can appear in `trac.ini` (default values are shown):
    4955{{{
    5056#!ini
     
    5460}}}
    5561
    56 == Macro arguments ==
     62== Macro arguments
    5763
    58 Although I believe the examples show it all, I'll write here the arguments:
     64The arguments are:
    5965 * Arguments for all types of graphs:
    6066  * '''type''' - The type of the graph. Can be pie, bars or stacked_bars.
     
    7278  * '''key''' - The name of the field by which the chart's columns are divided.
    7379
    74 == Examples with Snapshots ==
     80== Examples with Snapshots
     81
    7582Number of tickets per milestone:
    7683{{{
     
    109116[[Image(bars_for_milestone4.png)]]
    110117
    111 == Recent Changes ==
     118== Recent Changes
    112119
    113120[[ChangeLog(ticketchartsmacro, 3)]]
    114121
    115 == Author/Contributors ==
     122== Author/Contributors
    116123
    117124'''Author:''' [wiki:aviram] [[BR]]