• This web contains the official documentation of the
TWiki-5.0 Release, code named
HelsinkiRelease. It is a read-only web for reference.
• This is an older release, see
TWiki-6.1 for the latest release documentation.
CHART{ attributes } -- create area, bar, line and scatter charts to visualize TWiki tables
- The
%CHART{}% variable is handled by the ChartPlugin.
- Syntax:
%CHART{ attributes }% - supported attributes are documented in ChartPlugin
- Example:
%CHART{ type="bar" name="bar1" table="monthly_sales" data="R3:C2..R5:C4" xaxis="R1:C2..R1:C4" legend="R3:C1..R5:C1" ymin="0" width="225" height="200" }%
- Related: ChartPlugin, ChartPluginTests, SpreadSheetPlugin