Help with PHP GD Library - Clicking on a bar of the chart

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
anirbansarkar
Forum Newbie
Posts: 1
Joined: Wed Jan 27, 2010 6:09 am

Help with PHP GD Library - Clicking on a bar of the chart

Post by anirbansarkar »

Hi,

I am using PHP GD Library for generating charts from backend driven data (MySQL). The chart I am generating is a bar chart. My requirement is that I want to click on a particular bar of the chart after which I will be redirected to another page.

My problem is that I cannot click on an individual bar of the chart but the whole chart as an image.

Can anyone kindly help?

Thanks and regards.
User avatar
VladSun
DevNet Master
Posts: 4313
Joined: Wed Jun 27, 2007 9:44 am
Location: Sofia, Bulgaria

Re: Help with PHP GD Library - Clicking on a bar of the chart

Post by VladSun »

There are 10 types of people in this world, those who understand binary and those who don't
Post Reply