Sign in to follow this  
FusionCharts Support

How use sql to generate stacked chart by php

Recommended Posts

Hello

 

I am having difficulties using my mysql/php database with your charts.

 

Can any help me generate stacked chart with this sql

 

$strQuery = "SELECT SUM(RAW_AMOUNT) as TotalRawAmount, SUM(FG_AMOUNT) as TotalFGAmount, SUM(WIP) as TotalWIPAmount, UPLOAD_DATE FROM raw_fg_sum GROUP by UPLOAD_DATE";

 

thanks

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