开发者

PHP: Fusion chart tutorial

开发者 https://www.devze.com 2023-01-15 21:35 出处:网络
After researching into various charting solutions fusion charts looks like it will be most suited to my needs.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消