I would like to display delta of the two in bar chart.
How do get the delta of result1 and result2 on the chart.
Here is the codes:
<cfchart format="flash" xaxistitle="respondents" yaxistitle="numbers" style="#style#" show3d="yes">
<cfchartseries type="bar" serieslabel="result" >
<cfchartdata item="result1" value="75">
<cfchartdata item="result2" value="80">
</cfchartseries>
</cfchart>
Thank you,
