Lucee Tag Reference

<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>
This tag is also supported within cfscript
<cfscript>
	chartdata
		item=string
		value=number;
</cfscript>

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