Lucee Tag Reference
Tag <CFGRAPHDATA>
This Tag is deprecated
Specifies a data point to be displayed by a cfgraph tag.
Body
This tag can't have a body.
Example
<cfgraphdata [color="string"] [item="string"] [url="string"] value="string">
Attributes
The attributes for this tag are fixed. Except for the following attributes no other attributes are allowed.
Name | Type | Required | Description |
---|---|---|---|
color | string | No | The color to use when graphing the data point. The default is to use the values from the cfgraph tag colorlist attribute or the built-in default list of colors. Line graphs ignore this attribute. |
item | string | No | The item label for the data point. The item labels appear on the horizontal axis of Line and Bar charts, the vertical axis of Horizontal Bar charts, and in the legend of Pie charts. |
url | string | No | A URL to load when the user clicks the data point. This attribute works with Pie, Bar, and HorizontalBar charts. This attribute has an effect only if the graph is in Flash file format. |
value | string | Yes | Value to be represented by the data point. |