Sign in to follow this  
maligangadhar

Dynamic Load Of Chart Contents...

Recommended Posts

iam using licence version of fusion charts ::

 

How can i load dynamic chart load, ex: chart need t load latest 24 hr data and show it on the chart...this porcess has t be happen regularly.....

 

(Plz dont tell t call this mehtod every minute t load data freshly....)

 

Please help me on this..

 

Regards

GAngadhar

Share this post


Link to post
Share on other sites

iam not using anything like asp , Plz let me know how t load chart dynamically (means: ....load automcatically after every minute it has t load from dbase...)

Edited by maligangadhar

Share this post


Link to post
Share on other sites
Guest Angie

Hi,

FusionCharts cannot directly access any database. Using FusionCharts, you'll always need to provide data to the charts in XML format. FusionCharts JavaScript class also provides for the option to specify data in JSON format. For this, you'll have to set a middleware script (like ASP, PHP, .NET, ColdFusion, J2EE etc.), which would access your database and then build the XML or JSON output for FusionCharts.

Hope this helps.smile.gif

Edited by Angie

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
Sign in to follow this