Extensions Wiki » Extensions » Charting Plugin

Charting Plugin

Last modified by Vincent Massol on 2013/03/11 09:39
chart_pieAllows the creation of charts using data from a wiki table or another data source
TypePlugin
Developed by

XWiki Development Team

LicenseGNU Lesser General Public License 2.1
Bundled With

XWiki Enterprise, XWiki Enterprise Manager

Description

This plugin contains a macro and a work-in-progress JavaScript wizard. The charts are drawn using JFreeChart. For chart samples see this special page.

Installation

Currently the charting wizard is not available from the XWiki interface. We hope to fix this soon (XWIKI-869).

The charting macro can also be used directly (not for the faint of heart).

Example

Suppose you have a table like this:

table1.png

which is obtained from the following wiki syntax:

table2.png

using the wizard you can select the table:

selection.png

and choose the graph type:

choosetype.png

configure the chart and choose colors:

colorpicker.png

Result

and finally you get:

chart.png

Tags: charting
Created by Catalin Hritcu on 2007/02/11 21:01

Download XWiki