[[PageOutline(2-5,Contents,pullout)]] = Graphs tables and other data using Google Visualization API = == Description == This plugin adds Google Visualization graphs and charts to Trac pages. The most basic usage is graphing an existing report: [[Image(effort.png)]] See more examples below. == Configuration == 1. Install the plugin (after downloading and unzipping): {{{ cd visualizationplugin/0.12 sudo python setup.py bdist_egg sudo cp dist/TracVisualization*.egg /your/trac/location/plugins/ }}} See [http://trac.edgewall.org/wiki/TracPlugins TracPlugins] for more installation details and options. You'll likely need to restart Trac's web server after installation. 2. Enable the plugin: {{{ [components] viz.* = enabled }}} You can alternatively use the Trac Web Admin GUI to enable any or all rules. 3. Configure which pages to include graphs - example: {{{ [viz] reports = 7 }}} The above example will populate an area chart from the table of data found in report 7 and display the chart above that table - see screenshot above. The examples section [wiki:VisualizationPlugin#Examples below] shows additional ways to include graphs and charts on Trac pages. == Bugs/Feature Requests == Existing bugs and feature requests for VisualizationPlugin are [report:9?COMPONENT=VisualizationPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=VisualizationPlugin&owner=robguttman new ticket]. == Download == Download the zipped source from [download:visualizationplugin here]. == Source == You can check out VisualizationPlugin from [http://trac-hacks.org/svn/visualizationplugin here] using Subversion, or [source:visualizationplugin browse the source] with Trac. == Example == * table * remote == Recent Changes == [[ChangeLog(visualizationplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:robguttman] [[BR]] '''Maintainer:''' [wiki:robguttman] [[BR]] '''Contributors:'''