Change chart type using a drop down

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ishakya
Forum Commoner
Posts: 40
Joined: Tue Jan 04, 2011 4:58 am

Change chart type using a drop down

Post by ishakya »

Hi,
I have a problem.i need to change the chart type when the user request to change.
Assume:There may be different types of charts.
Eg:Bar charts,Pie charts,pivot charts....
When user need the progress of a work,once he enters the work id & he need to select one of above chart types & once he enter progress will be displayed in the selected chart.So i have no idea to do that.I think this happen dynamically.
If anyone have an idea,code anything...please be kind enough to share with me..
Thanks :D

Work id is just an example...
brothaofdes
Forum Newbie
Posts: 21
Joined: Thu Jan 20, 2011 10:05 am

Re: Change chart type using a drop down

Post by brothaofdes »

There are several charting utilities out there for PHP. I wonder which one you are using?
ishakya
Forum Commoner
Posts: 40
Joined: Tue Jan 04, 2011 4:58 am

Re: Change chart type using a drop down

Post by ishakya »

Charting utilities?????.I'm afraid i have no idea.
so tell me something..
Post Reply