Jump to content

Chart


mcmuney

Recommended Posts

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.

A
B
C
D
E

Now, lets assume that the following is how they were rated. Information store in MySQL DB.

A 5
B 4
C 3
D 2
E 1

Based 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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.