Changes between Version 16 and Version 17 of SumStatsPlugin


Ignore:
Timestamp:
Jan 3, 2012, 2:44:19 AM (12 years ago)
Author:
Rob Guttman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SumStatsPlugin

    v16 v17  
    7272You can check out SumStatsPlugin from [http://trac-hacks.org/svn/sumstatsplugin here] using Subversion, or [source:sumstatsplugin browse the source] with Trac.
    7373
    74 == Example ==
     74== Examples ==
    7575
    76 Here's an example {{{trac.ini}}} config that combines a custom {{{phase}}} field with a built-in {{{resolution}}} field:
     76=== Combining resolution and phase fields ===
     77Here's an example {{{trac.ini}}} config that combines a custom {{{phase}}} field with a standard {{{resolution}}} field:
    7778{{{
    7879[milestone-groups]
     
    106107In general, the plugin maintains the same syntax and semantics as the {{{DefaultTicketGroupStatsProvider}}} to support backwards compatibility and ease of transition.  If the {{{.field}}} option is omitted, then the {{{status}}} field is presumed.  Note that a {{{.color}}} option is required for each group (except for any default {{{closed}}} or {{{new}}} group you have).  The "catch all" {{{*}}} value is also still supported (although there are currently no checks for duplicate "catch all" or otherwise redundant group definitions).
    107108
    108 
    109 == Google Visualization API Data Source - for Burndown Chart ==
     109=== Burndown chart data source ===
    110110This plugin also provides a [http://code.google.com/apis/chart/ Google Visualization API] data source using the [http://code.google.com/apis/chart/interactive/docs/dev/gviz_api_lib.html python gviz client library] (which must be installed separately) that can populate a daily [http://en.wikipedia.org/wiki/Burn_down_chart burndown chart].  The [wiki:VisualizationPlugin#Burndownchartonmilestonepages Visualization plugin] can be used to display the burndown chart on milestone pages - for example:
    111111