Sign in to follow this  
pappu

Mysql Data To Fusioncharts

Recommended Posts

Hi..

 

I have a MySql database with images (datatype used is Blob) in it. Can I plot these database records into a fusion chart??

 

Is that possible?? If so how can i do that??

 

Thanks !!

Share this post


Link to post
Share on other sites

Hey thank you so much for the reply !!

The link is really good,useful. But there is nothing like MySql related topics in that.

I need to plot the Mysql database to fusion charts.Can we??

 

Thank You.

 

 

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

Please refer to the link: http://www.fusioncha...cs?/PHP_DB.html

 

Hope this helps.smile.gif

Edited by pappu

Share this post


Link to post
Share on other sites

Hey..Yeah.. I can plot the Sql DB also.. Thankz to U n fusioncharts..!! :)

Hey thank you so much for the reply !!

The link is really good,useful. But there is nothing like MySql related topics in that.

I need to plot the Mysql database to fusion charts.Can we??

 

Thank You.

 

 

 

Share this post


Link to post
Share on other sites
Guest Angie

Hi,

 

Thanks for your appreciation.

 

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

Yeah I made use of XML files.I am able to get the data records in xml file and plot also.

But I have one more doubt too.

 

I am able to select (by dragging) one plot on chart and display the corresponding 'id' details of the selected plot.But i want to get back the selected plot details(ie. want to save the selected plot details) into an xml file or some document.How can i do this? which funtion will be helpful??

 

Thank You.

 

Hi,

 

Thanks for your appreciation.

 

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

 

Share this post


Link to post
Share on other sites
Guest Angie

Hi,

 

Could you please send us a screenshot of your requirement?

 

Awaiting for your reply.

Edited by Angie

Share this post


Link to post
Share on other sites

Hi..

 

Yeah,if u see the screenshot attached, u can find that i have selected 3plots on the chart and the corresponding details(like id,etc) of those 3 plots are displayed at the bottom like INVEQ324_7,INVEQ324_37,INVEQ324_62.

 

I want to save these 3 details back to a separate xml file or somehow i want to save these details.How can i do this?

Hope you clear with my question :) :)

 

Thank You.

 

Hi,

 

Could you please send us a screenshot of your requirement?

 

Awaiting for your reply.

post-13147-024713700 1299494077_thumb.jpg

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