|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 8/13/2007 7:16:08 PM
Posts: 2,
Visits: 4
|
|
Hi
I am trying to set up a stacked column 3D chart, but when i load my page, it just gives me the message "No data to display".
I pull my data from a MySQL database and generates the datasets and categories:
Here is an Example:
$strXML = "";
$strXML .= "";
$strXML .= "";
$strXML .= "";
What do i do wrong?
$strXML .= "";
$strXML .= "";
$strXML .= "";
$strXML .= "";
$strXML .= "";
$strXML .= "";
$strXML .= "";
$strXML .= "";
$strXML .= "";
$strXML .= "";
echo renderChart("FusionCharts/Column3D.swf", "", $strXML, "FactorySum", 600, 300, false, false);
:-Haolan
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 8/21/2008 5:20:13 PM
Posts: 6,
Visits: 15
|
|
Quote from FusionCharts Free Documentation - Under Debugging your Charts section :
"No data to display" message
If your chart shows a "No data to display" message, it could be the following scenarios:
* Your XML data doesn't contain any data that could be plotted by FusionCharts. In this case, your XML just contains the or tags without any data between them.
* You might be using a single-series chart SWF and providing data in multi-series format or vice-versa. In this case too, you'll get "No data to display" message.
* In Dual Y Combination charts, you need to provide atleast one data-set for both the axis. Otherwise, you'll get a "No data to display" message.
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 8/13/2007 7:16:08 PM
Posts: 2,
Visits: 4
|
|
ahh ok..
I thought i could use the stacked charting at the normal column 3D file..
Isn't it possible to use stacked diagramming in the evaluation version?
:-Haolan
:-Haolan
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 8/21/2008 5:20:13 PM
Posts: 6,
Visits: 15
|
|
| Hmm..Maybe you can view my guide if you want to build stacked column 3d graph. I already done my stacked chart by using FusionCharts Free.
|
|
|
|