Page 1 of 1

how to represent entered details using a bar chart

Posted: Tue Jan 18, 2011 3:17 am
by ishakya
Hello every one,
I need to represent entered details using a bar chart.
Assume:
If a user enter some values in to variables and once he press enter button,the user can see entered details by an chart.I think bar should represent the status of what he has entered.
Need some assistance to make use of that variables to draw the chart.
Or if he enter a single data and according to that single variable i need to make a chart using details which are related to what he has entered.

Re: how to represent entered details using a bar chart

Posted: Tue Jan 18, 2011 3:45 am
by cpetercarter
You can code a bar chart in a number of ways, including using CSS, but why bother when google can do the job for you.

Re: how to represent entered details using a bar chart

Posted: Tue Jan 18, 2011 4:55 am
by ishakya
Thanks cpetercarter,
But can u be more specific?.Because i know google can do it.but can it be done in php.because i need to represent a bar or pie chart when the user enter some values.
I hope u understood my matter.
If u have any ideas/codes please be kind enough to share them with me...
Thanks again. :D

Re: how to represent entered details using a bar chart

Posted: Tue Jan 18, 2011 8:02 am
by Peter Kelly
From what I can gather from http://code.google.com/apis/chart/docs/ ... harts.html you just need to insert it as a regular image and then in the link for the image pass over the data. But I'd suggest you read up on that page about it for more info.