General Programming Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingGeneral Programming Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old August 19th, 2002, 07:55 AM
suzila suzila is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jul 2002
Posts: 5 suzila User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
bar chart, pie chart

hello,

i've succeed get the percentage for my application.
How could I convert the result (percentage) into bar chart or pie chart..
tq very much..

Reply With Quote
  #2  
Old August 19th, 2002, 08:06 AM
Ben Rowe
Guest
Dev Articles Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
its probally easiest to do it as a bar chart, but if you want it as a image, you would have to use either GD or some other extension, or a java applet. But this would mean heaps of work!

Reply With Quote
  #3  
Old August 20th, 2002, 02:22 PM
Isaac Isaac is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2002
Location: pants.
Posts: 7 Isaac User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to Isaac Send a message via Yahoo to Isaac
You could take a single bar gif and average your data to a percentage by dividing by the total and multiplying by 100 then use that bargif to convert the percentage into a width for the bar gif
$avg = $score / $total;
$avg = $avg * 100;
$width = $avg / 2; //Calculate width. 50 pixels = 100% so I divide score by two.
Such as <img src="images/blahblah.gif" width="<?php print $width; ?>" />

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingGeneral Programming Help > bar chart, pie chart


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway