Changes between Version 30 and Version 31 of VisualizationPlugin


Ignore:
Timestamp:
Jan 3, 2012, 3:13:07 AM (12 years ago)
Author:
Rob Guttman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VisualizationPlugin

    v30 v31  
    123123
    124124=== Burndown chart on milestone pages ===
    125 In the examples above, the data for the charts came from a report table located on the same page.  You can also create charts by [http://code.google.com/apis/chart/interactive/docs/queries.html querying remote data sources] that conform to the [http://code.google.com/apis/chart/interactive/docs/dev/implementing_data_source.html Google Visualization Data Source API].  One such example is the [wiki:SumStatsPlugin SumStats plugin] which provides a burndown data source amenable to graphing on any milestone page.  For example:
     125In the examples above, the data for the charts came from a report table located on the same page.  You can also create charts by [http://code.google.com/apis/chart/interactive/docs/queries.html querying remote data sources] that conform to the [http://code.google.com/apis/chart/interactive/docs/dev/implementing_data_source.html Google Visualization Data Source API].  One such example is the [wiki:SumStatsPlugin SumStats plugin] which provides a data source amenable to graphing as a daily burndown chart on any milestone page.  For example:
    126126{{{
    127127[viz.milestone]
     
    133133}}}
    134134
    135 The above will add a burndown chart to your milestone pages:
     135The above will add a daily, agile-style [http://en.wikipedia.org/wiki/Burn_down_chart burndown chart] to your milestone pages:
    136136
    137137[[Image(burndown.png)]]