mcmuney Posted March 10, 2006 Share Posted March 10, 2006 This is my first attempt in creating a chart based on user inputted data. I'd appreciate any help on this. Here's what I need it to do:First, user will, for each letter specify their importance by choosing 1-5. RULE: Same number cannot be repeated. For example, if 5 is chosen for A, 5 cannot be used again for the remaining letters.ABCDENow, lets assume that the following is how they were rated. Information store in MySQL DB.A 5B 4C 3D 2E 1Based on the above information, I'd like to retreive this data utilizing a bar/pie chart using a %. For example, A would be 100%, B 80%, C being 60%, etc.Never done anything like this and not sure how to approach it.Thanks in advance. Link to comment https://forums.phpfreaks.com/topic/4587-chart/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.