Charting Plugin

Last modified by Vincent Massol on 2023/06/22 11:06

chart_pieAllows the creation of charts using data from a wiki table or another data source
TypePlugin
Category
Developed by

XWiki Development Team

Rating
0 Votes
LicenseGNU Lesser General Public License 2.1

Description

This plugin used to contain a work-in-progress JavaScript wizard. The charts are drawn using JFreeChart. For chart samples see this special page.

Installation

The Charting plugin has been discontinued (starting with XWiki 8.0 Milestone 1, it's no longer bundled by default and starting with XWiki 15.6RC1 it's been moved to the Attic). We recommend using the Chart Macro or the Chart.js Macro instead.

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
    

Get Connected