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