Changes between Version 23 and Version 24 of VisualizationPlugin


Ignore:
Timestamp:
Jan 3, 2012, 1:31:23 AM (12 years ago)
Author:
Rob Guttman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VisualizationPlugin

    v23 v24  
    101101[[Image(whistle.png)]]
    102102
    103 === Existing report, different charts per report ===
     103=== Different graphs per report ===
    104104If you use multiple graphs and charts, you may want to customize them differently for different reports.  To do that, create a new section for the reports instead of including them in the main {{{[viz]}}} section's {{{reports}}} option:
    105105{{{
     
    120120 '''Important''': whereas the {{{options}}} option ''adds'' to the base {{{[viz]}}} section's {{{options}}}, all other options (e.g., {{{type}}}) ''override'' the base {{{[viz]}}} section's options.
    121121
    122 === Burndown chart on Milestone page ===
     122=== Burndown chart on milestone pages ===
    123123In 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 [wiki:SumStatsPlugin SumStats plugin] which provides a burndown data source amenable to graphing on any milestone page.  For example:
    124124{{{