steveddei Report post Posted August 17, 2009 I would like to create a table with a list of users and a chart corrisponding to that users data activity. Since my users will vary, how would i go about dynamically creating a chart for each user found in my db. I am using FC v3 and PHP Class. Getting the queries is no problem, just need help with my loop where i dynamically create the chart. Thanks. Share this post Link to post Share on other sites
Guest Rajroop Report post Posted August 18, 2009 Hello, Welcome to the FusionCharts Forum. When dynamically creating the chart from the list of users on the side, you have to create the XML within the loop and keep the chart outside it. Could you please take a look at the following links: http://www.fusioncharts.com/docs/Contents/PHPClassAPI/PHPClass_DB.html http://www.fusioncharts.com/docs/Contents/PHPClassAPI/PHPClass_Drill.html I hope this helps. Share this post Link to post Share on other sites