PHP: Fusion chart tutorial
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 tut开发者_如何学Corial 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
I use FusionCharts a lot and it is called Drill-Down charts. This is the tutorial:
- Creating Drill-Down Charts
All you need to do is put an attribute like this: link='DemoLinkPages/DemoLink1.html'
and remember to URLEncode this link.
精彩评论