%CHART{}% variable is handled by the ChartPlugin.
%CHART{ attributes }% - supported attributes are documented in ChartPlugin
%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" }%
%DRAWING{}% variable is handled by the TWikiDrawPlugin.
%DRAWING{ name }%
| Parameter | Description | Default |
|---|---|---|
"..." | Name of drawing. Allowed characters are A-Z, a-z, 0-9, ., _, -. | "untitled" |
%DRAWING{"workflow"}%
%GAUGE{}% variable is handled by the GaugePlugin.
%GAUGE{ type="..." name="..." value="..." }%
| Attribute | Comment | Default |
|---|---|---|
type | The type of gauge, type="tambar" for target measure bar, or type="trend" for trend icon | Global TYPE setting |
name | Name to uniquely identify the gauge file that is auto-created. | None; required for tambar |
value | For tambar: The actual value of the gaugeFor trend: Positive = arrow up, 0 = arrow right, negative = arrow down | None. Show "no data" if missing |
alt | Alternate text for image | Value is value parameter |
width | Defines the width of the gauge in pixels. | Global <type>_WIDTH setting |
height | Defines the height of the gauge in pixels. | Global <type>_HEIGHT setting |
scale | For tambar: Defines the number and position of the scales. For example a value of "5, 12, 35, 57" denotes that there are three regions on the bar gauge, "5...12", "12...35" and "35...57". For trend: N/A | Global <type>_SCALE setting |
colors | For tambar: List of colors, each region has two colors. For trend: N/A | Global <type>_COLORS setting |
%GAUGE{ type="tambar" name="t1" scale="0, 10, 20, 40" value="27" }% shows %GAUGE{ type="trend" name="t2" value="-3" }% shows