Sign in to follow this  
adaptdev24

Stacked Charts with MySQL DB example?

Recommended Posts

I am trying to create a stacked chart using data from the database. The documentation I have found has only included methods using hard-coded XML. Are there any examples of a stacked chart/multi-series being used with MySQL database?

Share this post


Link to post
Share on other sites
Guest Sumedh

Hello,

 

There is one illustration on our blog, plotting chart from database using MySQL with PHP.

 

Ref. link: http://blog.fusioncharts.com/2012/03/javascript-charts-using-php-and-mysql-with-fusioncharts-xt-part-2/

 

Using similar mechanism, you would need to generate Stacked chart or Multi-series XML.

 

For more information, please refer the following links:

http://docs.fusioncharts.com/charts/contents/guide-for-web-developers/php-class/PHPClass_DB.html

 

http://docs.fusioncharts.com/charts/contents/ChartSS/MSColumn2D.html

 

http://docs.fusioncharts.com/charts/contents/ChartSS/MSStColLineDY.html

 

Hope this helps!

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