wiki:VisualizationPlugin

Version 5 (modified by Rob Guttman, 12 years ago) (diff)

--

Graphs tables and other data using Google Visualization API

Notice: This plugin is unmaintained and available for adoption.

Description

This plugin adds Google Visualization graphs and charts to Trac pages. The most basic usage is graphing an existing report:

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 TracPlugins for more installation details and options. You'll likely need to restart Trac's web server after installation.

  1. Enable the plugin:
    [components]
    viz.* = enabled
    

You can alternatively use the Trac Web Admin GUI to enable any or all rules.

  1. 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 below shows additional ways to include graphs and charts on Trac pages.

Bugs/Feature Requests

Existing bugs and feature requests for VisualizationPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:visualizationplugin here].

Source

You can check out VisualizationPlugin from here using Subversion, or browse the source with Trac.

Example

  • table
  • remote

Recent Changes

17613 by rjollos on 2019-12-04 13:46:35
TracVisualization 0.2: Publish to PyPI

Fixes #13684.

14034 by rjollos on 2014-07-25 11:41:15
Fixed URL in setup.py. Refs #11832.
14025 by rjollos on 2014-07-25 11:31:27
Changed license to 3-Clause BSD with permission of author. Refs #11832.
(more)

Author/Contributors

Author: robguttman
Maintainer: robguttman
Contributors:

Attachments (3)

Download all attachments as: .zip