TCarr Report post Posted October 28, 2009 Is it possible, using the PHP Class method, to have more than one chart on a page that uses only one data provider page? I would like to use the same MySQL query to populate two or more charts. I have created the data provider page using $FC and $FC2 with separate data, but the lines "print $FC->getXML()" and "print $FC2->getXML()" seem to add together into one big chart. Any way to specify either on the data page or the HTML page which getXML() goes to which chart? Thanks, Tom Share this post Link to post Share on other sites
rohit.kumar Report post Posted October 29, 2009 Hi, Could you please try using this attached sample. Regards, Rohit Kumar SamplePHPClass.zip Share this post Link to post Share on other sites