Naveen Ram

Members
  • Content count

    3
  • Joined

  • Last visited

Everything posted by Naveen Ram

  1. Hello FusionChart experts, Could some one help me displaying "MSColumn3DLineDY" chart. values should be queried from Database. Below is is what i have done $strQuery = "Select ID,userid,CourseID,Marks,StudCatID from studperf where userid = '$UID' order by CourseID"; $result = mysql_query($strQuery) or die(mysql_error()); if ($result) { $FC->$UID->addDatasetsFromDatabase($result, "CourseID", "Marks;"); } mysql_close($link); $FC->$UID->renderChart(); ant i have attached the output screen of above code(query.jpg) and I also attached the required type of graph screen shot(needed.jpg) as well. Please help me how to get the above said graph and data should populate from database. Thanks, Naveen
  2. Does any one has answer for it.. i badly need it
  3. Multiseries Chart With Php Mysql

    Even I have the same problem. Could some one provide the solution with only PHP and mySQL without using XML content. Thanks quote name='MichelBR' timestamp='1312830443' post='39492'] friend, I have a problem same as yours, if you managed to solve, please send me the answer, I need a lot. thanks!