﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>FusionCharts Forum / FusionCharts Free / XML Issue  / I dont see the chart but I see the word `Chart.` / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>FusionCharts Forum</description><link>http://www.fusioncharts.com/forum/</link><webMaster>support@fusioncharts.com</webMaster><lastBuildDate>Tue, 02 Dec 2008 08:11:36 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: I dont see the chart but I see the word `Chart.`</title><link>http://www.fusioncharts.com/forum/Topic3034-41-1.aspx</link><description>&lt;DIV&gt;Hi,&lt;BR&gt;YOu need to include FusionCharts.js file in the HTML HEAD part usin &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;[code]&amp;lt;Script&amp;gt; [/code]&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;say...&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;BR&gt;[code]&amp;lt;SCRIPT type="text/javascript" LANGUAGE="Javascript" SRC="../JSClass/FusionCharts.js"&amp;gt;&amp;lt;/SCRIPT&amp;gt;[/code]&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;BR&gt;NOTE : I find that you are using $strXML .="&amp;lt;graph....&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;it may be $strXML ="&amp;lt;graph...&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;BR&gt;Since you are building XML for multiseries chart you need to load &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;FCF_MSLine.swf file&lt;/DIV&gt;</description><pubDate>Wed, 14 Nov 2007 00:38:44 GMT</pubDate><dc:creator>Sudipto Choudhury</dc:creator></item><item><title>I dont see the chart but I see the word `Chart.`</title><link>http://www.fusioncharts.com/forum/Topic3034-41-1.aspx</link><description>Hi to all,&lt;P&gt;     How come I dont see the chart, I only see the word `Chart` when I render my chart?&lt;/P&gt;&lt;P&gt;This is my code:&lt;/P&gt;&lt;P&gt;$strXML .= "&amp;lt;graph formatNumberScale='0' decimalPrecision='0' showvalues='0' animation='1' numdivlines='3' numVdivlines='0' yaxisminvalue='1000' yaxismaxvalue='1800' lineThickness='3'&amp;gt;";&lt;BR&gt;$strXML .= "&amp;lt;categories&amp;gt;";&lt;BR&gt;$i=0;&lt;BR&gt;foreach($statuses as $status){&lt;BR&gt; $strXML .= "&amp;lt;category name='"  .$status[$i] . "'/&amp;gt;";&lt;BR&gt;$i++;&lt;BR&gt;}&lt;BR&gt;$strXML .= "&amp;lt;/categories&amp;gt;";&lt;BR&gt;$i=0;&lt;BR&gt;while($i &amp;lt; count($users)){&lt;BR&gt; $strXML .= "&amp;lt;dataset seriesname='" . $users[$i] . "'&amp;gt;";&lt;BR&gt; $a=0;&lt;BR&gt; while($a &amp;lt; count($count[0])) {&lt;BR&gt;  $strXML .= "&amp;lt;set name='" . $count[$i][a] . "' value='" . $count[$i][a] ."' color='". getFCColor() ."'/&amp;gt;";&lt;BR&gt;  $a++;&lt;BR&gt; }&lt;BR&gt; $strXML .= "&amp;lt;/dataset&amp;gt;";&lt;BR&gt; $i++;&lt;BR&gt;}&lt;BR&gt;$strXML .= "&amp;lt;/graph&amp;gt;";&lt;BR&gt;echo renderChart("FusionCharts/FCF_Line.swf", "", $strXML, "agentbenchmark",1000, 600);&lt;/P&gt;&lt;P&gt;Can you help me with this?&lt;/P&gt;&lt;P&gt;Good day</description><pubDate>Tue, 13 Nov 2007 14:06:51 GMT</pubDate><dc:creator>rey_philip</dc:creator></item></channel></rss>