Using stacked column 3D
FusionCharts Forum
Home       Members    Calendar    Who's On
Welcome Guest ( Login | Register )
        



Using stacked column 3D Expand / Collapse
Author
Message
Posted 8/12/2007 6:57:25 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum 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
Post #1952
Posted 8/12/2007 11:02:19 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum 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.
Post #1953
Posted 8/13/2007 7:18:55 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum 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
Post #1956
Posted 8/13/2007 10:22:52 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum 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.
Post #1957
« Prev Topic | Next Topic »


Permissions Expand / Collapse

All times are GMT -7:00, Time now is 11:45am


Execution: 0.094.