nexacruz

AJAX + PHP + FusionCharts

Recommended Posts

Hi there,

 

 

 

I would like to know if you have any ajax+php+fusionChart example, Im developing a web site where I need to make a lot of querys and I wish make it as dinamic as possible.

 

 

 

Thanks in advance

Share this post


Link to post
Share on other sites

Hi,

 

There can be 2 ways,

 

a) FusionCharts has native AJAX functionality. You can provide an URL which will generate XML form database and pass to the chart.

 

OR

 

:D You can use own AJAX code to fetch data, build XML and then build chart from it.

 

You can find AJAX related samples related to B) in the latest Pack of FusionCharts v3.2.1. in Code > PHP > AJAX folder.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now