I am building a web site using ASP. I am customizing a pie chart tool that I downloaded from:
http://www.aspfree.com/authors/marvin_sanchez/flashcharts.asp
This code uses Flash to create pie charts on a web page, and randomly generates the “slices”.
I am trying to pass parameters to the code so that I can create the pie charts dynamically using variables.
If I hard code values for the chart in ASP, I get the slices I want. However, if I code variable names, the chart only shows one solid circle. I have some kind of syntax problem. If anyone knows how to fix this, please respond. Thanks.