Lucee Tag Reference
Tag <CFCHARTDATA>
Used with the cfchart and cfchartseries tags. This tag defines chart data points. Its data is submitted to the cfchartseries tag.
Body
This tag can't have a body.
Example
<cfchartdata item="string" value="number">
Attributes
The attributes for this tag are fixed. Except for the following attributes no other attributes are allowed.
Name | Type | Required | Description |
---|---|---|---|
item | string | Yes | string; data point name |
value | number | Yes | number or expression; data point value |