WelshNoob Report post Posted January 10, 2011 I am studying the example in the Fusion Documentation that uses a click on a pie chart to generate more detailed charts - the Factory example. Is it possible to amend the code to enable a click on the pie chart to 'launch' more than one query to generate multiple xmls/charts? For example, choosing the Factory number from the click then shows three other charts - monthly units made, monthly profits and manager performance data? Share this post Link to post Share on other sites
srividya_sharma Report post Posted January 10, 2011 Hi, You code the php containing the 3 charts taking the Factory Id as parameter. Then you launch this php passingFactoryId as parameter to it on click from the Pie chart. This would serve your purpose. Hope this helps. Srividya Sharma Share this post Link to post Share on other sites