JuanG Report post Posted January 2, 2008 Hi, i need a little bit of help here. I'm creating a report form, which after showing some data in tables from the database lets you select different parameters to create a customized chart. You can even select the type of chart you want to display. So far it's been successful creating pies and columns charts sorting the database with the parameters the user sends through the form but now i have to make comparative charts. The right option for that would be Multi-series Column 3D Charts to compare for example the sales of 2006 and 2007. I have the example in the documentation but only the XML code and no PHP code, i don't see where i have to specify the type of chart and i don't know if i have to use Share this post Link to post Share on other sites
FusionCharts Support Report post Posted January 3, 2008 HI, You can go throught a small PHP (with Array) example on how to create a Multi-series chart in the Documentaion as well as in CODE samples. I hope that will help you out. http://www.fusioncharts.com/docs/Contents/PHP_Array.html in section : Guide for Web Developers> Using With PHP > Charting Data from Array Moreover let me tell you, its only the XML structure and the chart SWF file name thats needed to be chaged to fuifil your wishes. You can go through the XML structure of the MS Column 3D chart for more details on how you will build it. http://www.fusioncharts.com/docs/Contents/MultiSeries.html in section : FusionCharts and XML > MultiSeries XML http://www.fusioncharts.com/docs/Contents/ChartSS/MSColumn3D.html in section : Chart XML Reference > Multi-Series Charts > Multiseries Column 3D chart > Share this post Link to post Share on other sites