I try to make charts with the <CFCHART>& <CFCHARTSERIES>tags. I used the turorial from Ben Forta
[color=red]http://www.informit.com/articles/article.asp?p=31574[/color]
to make a start. But everything is going wrong from the beginning.
The following part of the script is to just show an empty chart:
<cfchart showborder="yes"
chartheight="300"
chartwidth="400"
yaxistitle="Projected Population (Millions)"
xaxistitle="Year">
<cfchartseries type="line" serieslabel="United States">
</cfchartseries>
</cfchart>
<CFCHARTSERIES serieslabel=“United States” type=“line”>
</CFCHARTSERIES>
</CFCHART>
But even that is not working as you can see in the example I made:
[color=red]http://www.testfolder.com/test.cfm[/color]
Is there somebody who can tell me what I’m doing wrong?
Thanks in advance