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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.