CHART Tag

From LongJump Support Wiki
Revision as of 22:32, 17 February 2012 by imported>Aeric (Created page with "__NOINDEX__ ;CHART Tag: :<tt><nowiki>CHART</nowiki></tt><u><b>{$</b></u>''report_id''<u><b>}</b></u> :<tt><nowiki>CHART</nowiki></tt><u><b>{$</b></u>''report_id'', <u>chart-title…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
CHART Tag
CHART{$report_id}
CHART{$report_id, chart-title=

Your Title, field1=value, ...} where:

  • report_id - A required argument that gives the ID of the report that generates the chart.
  • chart-title - An optional argument containing text for a chart title.
  • field1 - An optional record field. Only records with a matching value will be included in the generated chart. Up to three fields and values can be specified in the comma-separated list. (More can be specified, but only the first three are used.)

Warn.png

Important: The braces {...} and other underlined characters in this syntax are literals. Type them in exactly as shown.

Result
A URL for the generated chart is inserted into the generated page. When viewed, the chart image is displayed.