views:

181

answers:

1

After researching into various charting solutions fusion charts looks like it will be most suited to my needs.

I'm finding it difficult to get a good detailed tutorial on how to create a chart that lets the user can click on different data to open a new window.

For example a pie chart of backup statistics (successful, failed, missing). I'd like to be able to click on the successful slice which directs to a new page showing all the backups with status success.

Can anyone point me in the right direction?

Thanks,

Jonesy

+1  A: 

I use FusionCharts a lot and it is called Drill-Down charts. This is the tutorial:

All you need to do is put an attribute like this: link='DemoLinkPages/DemoLink1.html' and remember to URLEncode this link.

shamittomar
thanks for this, sorry I took so long getting back to you. I need to learn fusion charts before I'll tackle this though. Will be getting back to you. Which language are you using for fusioncharts?
iamjonesy
It's very easy to learn. I'm using PHP.
shamittomar