Forum OpenACS Q&A: Re: Display chart in web page

Collapse
Posted by Irma Gamez on
Very nice. But I don´t know how to use my data.
I take the data from a procedure that returns a list. How can I call that procedure in order to use a fusion chart template? Actually I don´t know what to do with the .tcl file, because chart runs if I just paste the sample in a .adp file.

Thank you.

Collapse
Posted by Steve Manning on
Its quite straightforward. Create your data as an xml page using an adp and db_multirow then pass the name of that page as the dataURL parameter to FusionCharts take a look at the docs http://www.fusioncharts.com/free/docs/

- Steve
Collapse
Posted by Steve Manning on