﻿<?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 / JavaScript Problems  / Product Forums </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>Sun, 21 Mar 2010 01:10:26 GMT</lastBuildDate><ttl>20</ttl><item><title>Black box in FF3.6 sidebar</title><link>http://www.fusioncharts.com/forum/Topic23412-47-1.aspx</link><description>Hello&lt;br&gt;&lt;br&gt;I am developing FireFox extension that need to show charts in the sidebar. I tried to use  FusionCharts Free for that, but it shows only black box instead of charts.&lt;br&gt;This happens only with FireFox 3.6  (previous versions works just well).&lt;br&gt;&lt;br&gt;Simple flash movies are played in the sidebar without any problems. Even YouTube video works in the sidebar! &lt;br&gt;So, I think the problem somewhere in the Chart swf files. I tried FCF_Pie3D.swf  and FCF_Pie2D.swf.&lt;br&gt;&lt;br&gt;Could you advice me on workaround this problem?&lt;br&gt;&lt;br&gt;P.S I've just tried an evolution version of FusionCharts v3 and it shows the same black box.&lt;br&gt;</description><pubDate>Mon, 01 Feb 2010 08:28:56 GMT</pubDate><dc:creator>tdg</dc:creator></item><item><title>chart not rendering - displaying only white box</title><link>http://www.fusioncharts.com/forum/Topic22197-47-1.aspx</link><description>Hi everyone!&lt;br&gt;&lt;br&gt;I need your help! my chart is not rendering and it only displays a white box.&lt;br&gt;&lt;br&gt;here is my code:&lt;br&gt;-------&lt;br&gt;javascript file:&lt;br&gt;        var myChart = new FusionCharts("/FusionCharts/FCF_Column2D.swf", "myChartId", "600", "800");&lt;br&gt;	myChart.setDataXML("&lt;graph&gt;&lt;set name='Data1' value='1' /&gt;&lt;/graph&gt;");&lt;br&gt;	myChart.render("chart_div");&lt;br&gt;&lt;br&gt;jsp file:&lt;br&gt;&lt;br&gt;INSIDE HEAD TAG:&lt;br&gt;        &amp;lt;script language="JavaScript" src="/FusionCharts/FusionCharts.js"&gt;&amp;lt;/script&gt;&lt;br&gt;  &lt;br&gt;INSIDE BODY:&lt;br&gt;        &amp;lt;div id="chart_div" align="center"&gt;The chart will appear within this DIV. This text will be replaced by the chart.&amp;lt;/div&gt;&lt;br&gt;    &lt;br&gt;&lt;br&gt;&lt;br&gt;----------&lt;br&gt;&lt;br&gt;I just followed the tutorial online but no chart rendered. &lt;br&gt;In my firebug, I see this error:&lt;br&gt;&lt;br&gt;[Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIStreamListener.onStopRequest]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: file:///C:/Documents%20and%20Settings/DOM/Application%20Data/Mozilla/Firefox/Profiles/m23ghkeh.default/extensions/firebug@software.joehewitt.com/components/firebug-channel-listener.js :: anonymous :: line 167" data: no]&lt;br&gt;&lt;br&gt;..............&lt;br&gt;&lt;br&gt;PLS.. I need help..&lt;br&gt;&lt;br&gt;Thanks in advance..&lt;br&gt;&lt;br&gt;</description><pubDate>Wed, 06 Jan 2010 07:17:26 GMT</pubDate><dc:creator>ganymedeomy</dc:creator></item><item><title>How block click Event</title><link>http://www.fusioncharts.com/forum/Topic22026-47-1.aspx</link><description>I have some problem with using javascript in chart.&lt;br&gt;I one of my graphic i link to chart javascript function  'j-RefreshGrid-{0}, {1}, {2}, {3}' .This function do postback.&lt;br&gt;And i have a problem, if I click on chart element very fast, there are many post back are created, and some times ISS are crashed.&lt;br&gt;How I can set interval or max click values that was processed (Something like if i click 10 times per second only first click are proccess.)? &lt;br&gt;&lt;br&gt;</description><pubDate>Wed, 30 Dec 2009 02:32:20 GMT</pubDate><dc:creator>Bebetto</dc:creator></item><item><title>chartObj.setDataURL(strDataURL) is throwing Object doesn't support this property or method	Error</title><link>http://www.fusioncharts.com/forum/Topic21035-47-1.aspx</link><description>Dear All,&lt;/P&gt;&lt;P&gt;I am facing the following javascript error on loading the charts for the first time. If the refreshs the page again it works fine.&lt;/P&gt;&lt;P&gt;Please help me in resloving it.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prakash</description><pubDate>Tue, 01 Dec 2009 06:45:09 GMT</pubDate><dc:creator>prakashuj</dc:creator></item><item><title>Problems with parameters in updateChart method</title><link>http://www.fusioncharts.com/forum/Topic20406-47-1.aspx</link><description>Hi, i´m having problems with the updatChart method i think...&lt;/P&gt;&lt;P&gt;Until this time i´ve been passing numbers to the method and i had no problems. Now i need to pass strings which are for example "page.htm" or "page 1.htm" .&lt;/P&gt;&lt;P&gt;The dots, spaces or extension "htm" cause problems?&lt;/P&gt;&lt;P&gt;Any ideas of what could it be?&lt;/P&gt;&lt;P&gt;Thanks in advance</description><pubDate>Fri, 13 Nov 2009 10:15:36 GMT</pubDate><dc:creator>ccunarro</dc:creator></item><item><title>Ampersand within label - %26 not working</title><link>http://www.fusioncharts.com/forum/Topic20112-47-1.aspx</link><description>I want to display an ampersand character within a graph label.  I am setting the XML as follows: &amp;lt;set name='A %26 B' value='22'/&amp;gt;  The %26 appears unchanged within the rendered graph.  I have also tried %2526 and %26amp;  Can anyone help?&lt;/P&gt;&lt;P&gt;I have just downloaded the latest version of FusionCharts Free.&lt;/P&gt;&lt;P&gt;Thanks very much</description><pubDate>Thu, 05 Nov 2009 13:59:49 GMT</pubDate><dc:creator>spectrum</dc:creator></item><item><title>Chart not updating fully when calling updateChartXML</title><link>http://www.fusioncharts.com/forum/Topic19620-47-1.aspx</link><description>Hi Fusion Charts team,&lt;br&gt;&lt;br&gt;I'm using the updateChartXML method to update the chart data retrieved from the database.&lt;br&gt;&lt;br&gt;Initially I'm setting up all my chart objects on the page and setting the data XML to an empty chart.&lt;br&gt;&lt;br&gt;Then when I call my update method to get the chart XML data and set it using the updateChartXML method, the chart fails to animate and teh tooltip values all come out to 0.&lt;br&gt;&lt;br&gt;When I refresh the page and submit my data again (so updateChartXML gets called again), this time the chart displays fine.&lt;br&gt;&lt;br&gt;If i replace the chart with a new fusion charts object and use the setDataXML method instead on running my update method it works ok??!!&lt;br&gt;&lt;br&gt;Is this a Cacheing issue with the browser? If so, how do I get around it? In FC Pro I was using the DataURL method and I could set the noCache setting, but using the XML method how can I acheive this?&lt;br&gt;</description><pubDate>Mon, 26 Oct 2009 11:31:21 GMT</pubDate><dc:creator>AhmedH</dc:creator></item><item><title>Calculate Y axis max, min, and numdivlines</title><link>http://www.fusioncharts.com/forum/Topic18906-47-1.aspx</link><description>I'm trying to write a javascript function to calculate the Y axis max, min, and numdivlines on a FCF_MSColumn2D chart.  I can't consistently get it to calculate numdivlines so that it scales nicely on the chart.  See my code below (very bad coding, I know).  It works as is but if you change the max value from 195 to 125 then the scaling doesn't look nice.  Not sure what I'm doing.  Can someone please help if you have done this before?  Thanks...&lt;/P&gt;&lt;P&gt;var max = 195;&lt;BR&gt;var min = -15;&lt;BR&gt;var maxl = max.toString().length;&lt;BR&gt;var minl = min.toString().length;&lt;BR&gt;//get multiplier to round up&lt;BR&gt;var multp = '1';&lt;BR&gt;for (var i = 0; i &amp;lt; maxl-2; i++){&lt;BR&gt; multp += '0';&lt;BR&gt;}&lt;BR&gt;multp = parseInt(multp);&lt;BR&gt;var maxy = Math.ceil(max/multp)*multp;&lt;BR&gt;//get multiplier to round down&lt;BR&gt;var multn = '1';&lt;BR&gt;for (var i = 0; i &amp;lt; minl-2; i++){&lt;BR&gt; multn += '0';&lt;BR&gt;}&lt;BR&gt;multn = parseInt(multn);&lt;BR&gt;var miny = Math.floor(min/multn)*multn;&lt;BR&gt;//get max y range&lt;BR&gt;rngy = maxy + Math.abs(miny);&lt;BR&gt;rngl = rngy.toString().length;&lt;BR&gt;//get range multiplier&lt;BR&gt;var multr = '1';&lt;BR&gt;for (var i = 0; i &amp;lt; rngl-2; i++){&lt;BR&gt; multr += '0';&lt;BR&gt;}&lt;BR&gt;var divln = rngy/parseInt(multr);&lt;BR&gt;//if divln is divisible by 2 then divide by 2 minus 1&lt;BR&gt;if (divln%2 == 0) {&lt;BR&gt; divln = divln/2 - 1;&lt;BR&gt;}&lt;BR&gt;alert(maxy);&lt;BR&gt;alert(miny);&lt;BR&gt;alert(divln);</description><pubDate>Thu, 08 Oct 2009 02:44:43 GMT</pubDate><dc:creator>txoov</dc:creator></item><item><title>The chart is not rendered if % is set into dataUrl of chart</title><link>http://www.fusioncharts.com/forum/Topic18142-47-1.aspx</link><description>I am using the below snippet to generate the chart with the xml data coming from the url:&lt;br&gt;&lt;br&gt;var chart = new FusionCharts("../Charts/FCF_MSLine.swf", "ChartId", "600", "350");&lt;br&gt;chart.setDataURL("http://&lt;hostname&gt;/cgi-bin/tmp/simp.cgi?EN=;ERR=esfgen%;SDate=20090908;EDate=20090909;sortorder=D;Action=FusionChartXML");	&lt;br&gt;chart.render("chartdiv");&lt;br&gt;&lt;br&gt;As in the above case when there is a % or %25 in the dataurl, then fusion chart changes the url as shown below(by removing %; from the url) and executes it. Since the data in the URL gets changed, the chart does not get XML data to generate it.&lt;br&gt;http://&lt;hostname&gt;/cgi-bin/tmp/simp.cgi?EN=;ERR=esfgen[b]%;[/b]SDate=20090908;EDate=20090909;sortorder=D;Action=FusionChartXML"&lt;br&gt;          to&lt;br&gt;http://&lt;hostname&gt;/cgi-bin/tmp/simp.cgi?EN=;ERR=esfgenSDate=20090908;EDate=20090909;sortorder=D;Action=FusionChartXML"&lt;br&gt;&lt;br&gt;When % or %25 is not there in the url then the URL is correct and chart gets rendered properly.&lt;br&gt;Please let me know if there is any way to overcome this issue.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Venkat</description><pubDate>Mon, 14 Sep 2009 09:29:15 GMT</pubDate><dc:creator>csvram</dc:creator></item><item><title>Unable to execute javascript set on clickURL attribute in a chart tag</title><link>http://www.fusioncharts.com/forum/Topic17653-47-1.aspx</link><description>Unable to execute javascript set on chartUrl attribute in a chart tag.&lt;br&gt;[quote]&lt;br&gt;    $xml = "&lt;chart upperLimit='100' lowerLimit='0' numberSuffix='%25' majorTMNumber='11' majorTMColor='646F8F' majorTMHeight='9' ";&lt;br&gt;    $xml .= "minorTMNumber='2' minorTMColor='646F8F' minorTMHeight='3' majorTMThickness='1' decimalPrecision='2'";&lt;br&gt;    $xml .= "ledGap='1' ledSize='1' ledBorderThickness='2' clickURL='j-loadurl-"; &lt;br&gt;    $xml .= "/php/ShowStoragePool.php?INSTANCE=" . $instance . "&amp;STGPOOL=" . $key;&lt;br&gt;    $xml .= "' &gt;";&lt;br&gt;(...)&lt;br&gt;[/quote]&lt;br&gt;&lt;br&gt;If I set a URL normally, it all works, but I cant set any javascript to be executed. I'm trying to do this according to the docs found here http://www.fusioncharts.com/Docs/Contents/DrillDown/JavaScript.html . &lt;br&gt;&lt;br&gt;I even tried j-alert-foobar , nothing worked. &lt;br&gt;&lt;br&gt;As a note, The mouse pointer changes how it normally does when I hover over the chart, Click just does nothing.&lt;br&gt;&lt;br&gt;This is using, Version: 1.2.4 (16th February, 2009) Full . &lt;br&gt;&lt;br&gt;Any help would be Extremely welcome and appreciated. &lt;br&gt;</description><pubDate>Mon, 31 Aug 2009 16:09:29 GMT</pubDate><dc:creator>mcoquet</dc:creator></item><item><title>Problem with being able to use multipe onclick functions</title><link>http://www.fusioncharts.com/forum/Topic17329-47-1.aspx</link><description>Hello,&lt;P&gt;I just found and started using Fusion Charts, so far I'm really liking what it can do. I'm new to this so please bare with me.&lt;/P&gt;&lt;P&gt;I do have a problem though. I can't seem to be able to use different onclick functions on the page that I've created.&lt;/P&gt;&lt;P&gt;The page has multiple links and when you click on one of them two separate SWF's open and show the appropriate data. This is working fine but I can't seem to be able to click on any of the other links to display there SWF"s. If I refresh the page and then click on the link it works for that one.&lt;/P&gt;&lt;P&gt;I've create two seperate XML files that it uses (ex: adus10_pie.xml and adus10_chart.xml)&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated. I will include what I have so far.&lt;/P&gt;&lt;P&gt;&lt;FONT color=#1111bb&gt;&amp;lt;html&amp;gt;&lt;BR&gt;&amp;lt;head&amp;gt;&lt;BR&gt;&amp;lt;script language="JavaScript" src="/fusioncharts/fusioncharts/FusionCharts.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#1111bb&gt;&amp;lt;title&amp;gt;testing&amp;lt;/title&amp;gt;&lt;BR&gt;&amp;lt;style type="text/css"&amp;gt;&lt;BR&gt;&amp;lt;!--&lt;BR&gt;.style2 {color: #FFFFFF; font-size: 18px; }&lt;BR&gt;.style4 {color: #000000}&lt;BR&gt;.style5 {color: #FFFFFF}&lt;BR&gt;--&amp;gt;&lt;BR&gt;&amp;lt;/style&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#1111bb&gt;&amp;lt;script&amp;gt; &lt;BR&gt;function showgraphs (servers){&lt;BR&gt;mypie.setDataURL(servers+"_pie.xml");&lt;BR&gt;        mypie.render("piediv");&lt;BR&gt;mychart.setDataURL(servers+"_chart.xml");&lt;BR&gt;        mychart.render("chartdiv");&lt;BR&gt;}&lt;BR&gt;&amp;lt;/script&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#1111bb&gt;&amp;lt;/head&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#1111bb&gt;&amp;lt;body&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#1111bb&gt;&amp;lt;div align="center"&amp;gt;&lt;BR&gt;  &amp;lt;table width="100%" height="75%" border="3" cellpadding="2" cellspacing="1"&amp;gt;&lt;BR&gt;    &amp;lt;tr&amp;gt;&lt;BR&gt;      &amp;lt;td width="15%" bgcolor="#7AC142"&amp;gt;&amp;lt;p align="center"&amp;gt;&amp;amp;nbsp;&amp;lt;/p&amp;gt;&lt;BR&gt;        &amp;lt;p align="center"&amp;gt;&amp;amp;nbsp;&amp;lt;/p&amp;gt;&lt;BR&gt;        &amp;lt;p align="center" class="style2"&amp;gt;&amp;lt;a href="#" onclick="showgraphs('adus10');"&amp;gt;adus10&amp;lt;/a&amp;gt; &amp;lt;/p&amp;gt;&lt;BR&gt;        &amp;lt;p align="center" class="style2"&amp;gt;&amp;lt;a href="#" onclick="showgraphs('adcan6');"&amp;gt;adcan6&amp;lt;/a&amp;gt; &amp;lt;/p&amp;gt;&lt;BR&gt;        &amp;lt;p align="center" class="style2"&amp;gt;&amp;lt;a href="#" onclick="showgraphs('impact2');"&amp;gt;impact2&amp;lt;/a&amp;gt; &amp;lt;/p&amp;gt;&lt;BR&gt;                &lt;BR&gt;      &amp;lt;td width="15%" bgcolor="#7AC142"&amp;gt;&amp;lt;p align="center" class="style4"&amp;gt;Click on any link to view the disk usage and the size of the home directories &amp;lt;/p&amp;gt;&lt;BR&gt;        &amp;lt;p align="center" class="style2"&amp;gt;&amp;lt;a href="#" onclick="showgraphs('lgbhalo2');"&amp;gt;lgbhalo2&amp;lt;/a&amp;gt; &amp;lt;/p&amp;gt;&lt;BR&gt;        &amp;lt;p align="center" class="style2"&amp;gt;&amp;lt;a href="#" onclick="showgraphs('adesa');"&amp;gt;adesa&amp;lt;/a&amp;gt; &amp;lt;/p&amp;gt;&lt;BR&gt;        &amp;lt;p align="center" class="style2"&amp;gt;&amp;lt;a href="#" onclick="showgraphs('adcan4');"&amp;gt;adcan4&amp;lt;/a&amp;gt; &amp;lt;/p&amp;gt;&lt;BR&gt;                       &lt;BR&gt;        &amp;lt;p align="center" class="style2"&amp;gt;&amp;lt;a href="#" onclick="showgraphs('halo1');"&amp;gt;halo1&amp;lt;/a&amp;gt; &amp;lt;/p&amp;gt;&lt;BR&gt;        &amp;lt;p align="center" class="style2"&amp;gt;&amp;lt;a href="#" onclick="showgraphs('halo2');"&amp;gt;halo2&amp;lt;/a&amp;gt; &amp;lt;/p&amp;gt;&lt;BR&gt;        &amp;lt;p align="center" class="style2"&amp;gt;&amp;lt;a href="#" onclick="showgraphs('halo1');"&amp;gt;halo1&amp;lt;/a&amp;gt; &amp;lt;/p&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#1111bb&gt;        &amp;lt;/td&amp;gt;&lt;BR&gt;        &amp;lt;/div&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#1111bb&gt;   &amp;lt;td width="67%" bgcolor="#CCCCCC"&amp;gt;&amp;lt;div align="center"&amp;gt;&lt;BR&gt;   &lt;BR&gt;   &amp;lt;div id=piediv&amp;gt; &amp;lt;/div&amp;gt;&lt;BR&gt;   &amp;lt;script type="text/javascript"&amp;gt;&lt;BR&gt;        var mypie = new FusionCharts("/fusioncharts/fusioncharts/FCF_Pie3D.swf", "pieId", "400", "400");&lt;BR&gt;        mypie.setDataURL(servers+"_pie.xml");&lt;BR&gt;        mypie.render("piediv");&lt;BR&gt;      &amp;lt;/script&amp;gt;&lt;BR&gt;    &lt;BR&gt;   &amp;lt;/div&amp;gt;&lt;BR&gt;   &amp;lt;/td&amp;gt;&lt;BR&gt;      &amp;lt;/tr&amp;gt;&lt;BR&gt;  &amp;lt;/table&amp;gt;&lt;BR&gt;  &lt;BR&gt;  &amp;lt;table width="100%" height="80%" border="3" cellpadding="2" cellspacing="1"&amp;gt;&lt;BR&gt;    &amp;lt;tr&amp;gt;&lt;BR&gt;      &amp;lt;td height="60%" bgcolor="#32AFE1"&amp;gt;&amp;lt;div align="center"&amp;gt;&lt;BR&gt;  &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#1111bb&gt;&amp;lt;div id=chartdiv&amp;gt; &amp;lt;/div&amp;gt;&lt;BR&gt;   &amp;lt;script type="text/javascript"&amp;gt;&lt;BR&gt;        var mychart = new FusionCharts("/fusioncharts/fusioncharts/FCF_Column3D.swf", "chartId", "1400", "550");&lt;BR&gt;        mychart.setDataURL(servers+"_chart.xml");&lt;BR&gt;        mychart.render("chartdiv");&lt;BR&gt;      &amp;lt;/script&amp;gt;&lt;BR&gt;      &lt;BR&gt;   &amp;lt;/div&amp;gt;&lt;BR&gt;   &amp;lt;/td&amp;gt;&lt;BR&gt;    &amp;lt;/tr&amp;gt;&lt;BR&gt;  &amp;lt;/table&amp;gt;&lt;BR&gt;&amp;lt;/div&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#1111bb&gt;&amp;lt;/body&amp;gt;&lt;BR&gt;&amp;lt;/html&amp;gt;&lt;/FONT&gt;</description><pubDate>Tue, 18 Aug 2009 13:15:40 GMT</pubDate><dc:creator>disco24</dc:creator></item><item><title>Deroulant menu under the graph</title><link>http://www.fusioncharts.com/forum/Topic16476-47-1.aspx</link><description>Hello,  &lt;br&gt;I wish to use graphs for my site but I have a problem. I have a deroulant menu which allows me to reach information but the graph which is created is above my deroulant menu. I do not know how is that it stays in bottom and how is that my menu passes very above.&lt;br&gt;&lt;br&gt;Thank you for your assistant&lt;br&gt;&lt;br&gt;You can see what happen with this image :&lt;br&gt;&lt;br&gt;&lt;img alt="Image hébérgée par monsterup.com" src="http://www.monsterup.com/upload/1248083637218.jpg" /&gt;</description><pubDate>Mon, 20 Jul 2009 04:55:20 GMT</pubDate><dc:creator>gerald</dc:creator></item><item><title>setDataURL() example in docs not working</title><link>http://www.fusioncharts.com/forum/Topic1675-47-1.aspx</link><description>For the docs that come with the demo version of FusionCharts, there's the "setDataURL()" example under  the"FusionCharts and Javascript" folder. This demo explains the file Download Package &gt; Code &gt; JavaScript &gt; Basics. However, when I try to run this file in my browser (ChangeDataURL()), it gives me the error "chartObj.setDataURL is not a function." I've tried it both in Firefox and IE with the same result. Is this feature disabled in the demo? Why is the help file example throwing an error?</description><pubDate>Wed, 18 Jul 2007 10:35:55 GMT</pubDate><dc:creator>DelvarWorld</dc:creator></item><item><title>documentation &amp; javascript</title><link>http://www.fusioncharts.com/forum/Topic15577-47-1.aspx</link><description>I've downloaded fusioncharts free 2.1 and built some charts.  for the most part, the documentation is clear and it is easy to build charts.  Well done.&lt;/P&gt;&lt;P&gt;But the none of the doc files JS_*.html exist in the download.  The online &lt;A href="http://www.fusioncharts.com/docs/Contents/JS_Overview.html"&gt;fusioncharts.com/docs/Contents/JS_Overview.html&lt;/A&gt; exists but appears to document the $ version.  I found more or less by accident that some xml tags changed between versions: &amp;lt;chart ==&amp;gt; &amp;lt;graph, and the attribute "label" ==&amp;gt; "name".  Making those changes got basicexample.html to run.&lt;/P&gt;&lt;P&gt;In a "comparison" of v3 and the free version, javascript is said to have "partial" support.&lt;/P&gt;&lt;P&gt;So what is "partial" support?  Is there a list of the differences somewhere?  What other surprises will I find downstream?  Is there accurate documentation somewhere for javascript support in the free version?</description><pubDate>Thu, 25 Jun 2009 16:55:17 GMT</pubDate><dc:creator>javajive</dc:creator></item><item><title>HOW TO USE AJAX IN FUSIONCHARTS FREE</title><link>http://www.fusioncharts.com/forum/Topic15056-47-1.aspx</link><description>I WANT TO KNOW, HOW TO USE AJAX IN HERE,MY MIND IS :&lt;br&gt;  REAL-TIME DATA SHOW IN FUSIONCHARTS FREE. HAHA&lt;br&gt;  CAN ANYONE TELL ME , THANKS A LOTS.</description><pubDate>Tue, 09 Jun 2009 23:37:04 GMT</pubDate><dc:creator>magicl</dc:creator></item><item><title>I am getting unnecessary  text at the top of chart</title><link>http://www.fusioncharts.com/forum/Topic15024-47-1.aspx</link><description>i am getting some text at the top of chart as 'FusionCharts Evaluation - An InfoSoft Global Creation' and it's a link when we press on this text i am going to 'http://www.fusioncharts.com/?BS=FCEvalMark' this link.&lt;/P&gt;&lt;P&gt;Please solve my issue.&lt;/P&gt;&lt;P&gt;Thanks in Advance.</description><pubDate>Mon, 08 Jun 2009 06:31:24 GMT</pubDate><dc:creator>vinaythumu</dc:creator></item><item><title>menu with dynamicdrive is under Graph</title><link>http://www.fusioncharts.com/forum/Topic12614-47-1.aspx</link><description>I have Chrome CSS Drop Down Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com) installed on my site&lt;br&gt;The menus are under the flash graph. It is hidden by the graph.&lt;br&gt;&lt;br&gt;What is the solution?&lt;br&gt;&lt;br&gt;Thank you</description><pubDate>Tue, 24 Mar 2009 03:32:18 GMT</pubDate><dc:creator>danou9</dc:creator></item><item><title>FusionCharts.js</title><link>http://www.fusioncharts.com/forum/Topic14511-47-1.aspx</link><description>Hello All,&lt;br&gt;I'm getting the following error "strDataXML.match is not a function" when I try to load xml using setDataXML()&lt;br&gt;&lt;br&gt;The code I'm using to load the data is the following:&lt;br&gt;[code]&lt;br&gt;$.post('cloXML/clo_educationChart1.php',{&lt;br&gt;    'ExaminationID':ExaminationID&lt;br&gt;}, function(data){&lt;br&gt;    var chart1 = new FusionCharts("FusionCharts/FCF_MSBar2D.swf", "analysisChart1", "330", "334");&lt;br&gt;    chart1.setDataXML(data);&lt;br&gt;    chart1.render("analysisChart1");&lt;br&gt;},'xml');&lt;br&gt;[/code]&lt;br&gt;&lt;br&gt;The xml produced from this jQuery post is:&lt;br&gt;[code]&lt;br&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;br&gt;&amp;lt;graph numdivlines='4' decimalPrecision='0' formatNumberScale='0' showBarShadow='0' showLegend='1'&lt;br&gt;    yAxisMaxValue='100' divLineAlpha='0' canvasBorderThickness='0' canvasBgColor='EFEFEF'&lt;br&gt;    canvasBorderColor='EFEFEF' bgColor='EFEFEF' &amp;gt;&lt;br&gt;    &amp;lt;categories&amp;gt;&lt;br&gt;        &amp;lt;category name='C1' /&amp;gt;&lt;br&gt;        &amp;lt;category name='C2' /&amp;gt;&lt;br&gt;        &amp;lt;category name='C3' /&amp;gt;&lt;br&gt;        &amp;lt;category name='C4' /&amp;gt;&lt;br&gt;        &amp;lt;category name='C5' /&amp;gt;&lt;br&gt;        &amp;lt;category name='C6' /&amp;gt;&lt;br&gt;    &amp;lt;/categories&amp;gt;&lt;br&gt;    &amp;lt;dataset seriesname='Your Score' color='E479A5' showValues='0'&amp;gt;&lt;br&gt;        &amp;lt;set value='63' /&amp;gt;&lt;br&gt;        &amp;lt;set value='40' /&amp;gt;&lt;br&gt;        &amp;lt;set value='46' /&amp;gt;&lt;br&gt;        &amp;lt;set value='41' /&amp;gt;&lt;br&gt;        &amp;lt;set value='32' /&amp;gt;&lt;br&gt;        &amp;lt;set value='32' /&amp;gt;&lt;br&gt;    &amp;lt;/dataset&amp;gt;&lt;br&gt;    &amp;lt;dataset seriesname='Industry Average' color='cccccc' showValues='0'&amp;gt;&lt;br&gt;        &amp;lt;set value='76' /&amp;gt;&lt;br&gt;        &amp;lt;set value='47' /&amp;gt;&lt;br&gt;        &amp;lt;set value='49' /&amp;gt;&lt;br&gt;        &amp;lt;set value='45' /&amp;gt;&lt;br&gt;        &amp;lt;set value='41' /&amp;gt;&lt;br&gt;        &amp;lt;set value='34' /&amp;gt;&lt;br&gt;    &amp;lt;/dataset&amp;gt;&lt;br&gt;&amp;lt;/graph&amp;gt;&lt;br&gt;[/code]&lt;br&gt;&lt;br&gt;Any help would be greatly appreciated.&lt;br&gt;Regards,&lt;br&gt;Nalum&lt;br&gt;&lt;br&gt;##################################&lt;br&gt;EDIT: I've fixed the problem.&lt;br&gt;When using $.post(); set the content type to text rather than xml as Fusion Charts is expecting a string.</description><pubDate>Thu, 21 May 2009 05:20:46 GMT</pubDate><dc:creator>Nalum</dc:creator></item><item><title>Javascript problem with exporting charts</title><link>http://www.fusioncharts.com/forum/Topic12256-47-1.aspx</link><description>Hello,&lt;br&gt;I'm working on export functionality, but I get 'Object doesn't support this property or method error' in IE. Of course it is working fine in FF.&lt;br&gt;&lt;br&gt;Here is sample of my code:&lt;br&gt;&lt;br&gt;var inside = document.createElement("div");&lt;br&gt;var id = 'id';&lt;br&gt;inside.id = id;&lt;br&gt;var chart = new FusionCharts("Charts/MSColumn3D.swf", id+ "1", width, height, "0", "1");&lt;br&gt;chart.setDataXML(...);&lt;br&gt;chart.setTransparent(true);&lt;br&gt;chart.render(inside);&lt;br&gt;&lt;br&gt;After that chart is rendered correctly and in both browsers I get event FC_Rendered. Function for this event now looks like this:&lt;br&gt;&lt;br&gt;function FC_Rendered(domId){ &lt;br&gt;   alert(domId);&lt;br&gt;   var chartObject = getChartFromId(domId);&lt;br&gt;    if (chartObject != null) {&lt;br&gt;        if( chartObject.hasRendered() ) {&lt;br&gt;            chartObject.exportChart();        &lt;br&gt;          } &lt;br&gt;    } &lt;br&gt;   return true; &lt;br&gt;}  &lt;br&gt;&lt;br&gt;In IE methods hasRendered and exportChart are not supported by this object.&lt;br&gt;&lt;br&gt;Does somebody know how to solve this issue?&lt;br&gt;&lt;br&gt;Regards</description><pubDate>Tue, 10 Mar 2009 04:17:27 GMT</pubDate><dc:creator>sowtus</dc:creator></item><item><title>div  having chart is not printing in IE</title><link>http://www.fusioncharts.com/forum/Topic14043-47-1.aspx</link><description>strid is the div id  as a parameter i am passing into this function ..in that div i am showing the piechart &lt;P&gt;function CallPrint(strid)&lt;BR&gt;{&lt;BR&gt; var prtContent = document.getElementById(strid);&lt;BR&gt; var WinPrint =&lt;BR&gt; window.open('','','resizable=yes,toolbar=0,width=800,height=400,top=270,left=360scrollbars=0,status=0');&lt;BR&gt; WinPrint.document.write(prtContent.innerHTML);&lt;BR&gt; WinPrint.document.close();&lt;BR&gt; WinPrint.focus();&lt;BR&gt; WinPrint.print();&lt;BR&gt; WinPrint.close();&lt;BR&gt; prtContent.innerHTML=strOldOne;&lt;BR&gt;}&lt;/P&gt;&lt;P&gt;onclick of the below print button i am calling this fucntion ..&lt;/P&gt;&lt;P&gt;&amp;lt;img src="webroot/images/images/btn_print.gif" style="margin:0px; " alt="ok" onclick="CallPrint('showreport');" width="54" height="20" /&amp;gt;&lt;/P&gt;&lt;P&gt;i am rendering the chart :&lt;/P&gt;&lt;P&gt;$piechart = renderChartHTML("library/Fusion_Chart/Pie3D.swf", "library/Fusion_Chart/Data.xml?NoCache=".microtime(), "", "myFirst", 600, 300,false);&lt;/P&gt;&lt;P&gt;when after giving the print ..the print page is not having the chart &lt;/P&gt;&lt;P&gt;My requirement is i have to show my generated chart in one div there onclick of the print button the chart should be print..&lt;/P&gt;&lt;P&gt;please advise me ..&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Mohit</description><pubDate>Thu, 07 May 2009 08:06:51 GMT</pubDate><dc:creator>mohit</dc:creator></item><item><title>fusion chart IE problem</title><link>http://www.fusioncharts.com/forum/Topic13931-47-1.aspx</link><description>//generating xml &lt;br&gt;&lt;br&gt;                        $dom = new DOMDocument("1.0");&lt;br&gt;			 header("Content-Type: text/xml");&lt;br&gt;			 $root = $dom-&gt;createElement("chart");&lt;br&gt;			 $dom-&gt;appendChild($root);&lt;br&gt;			 $root-&gt;setAttribute('caption',$Name);&lt;br&gt;&lt;br&gt;&lt;br&gt;			 $root-&gt;setAttribute('formatNumberScale','0');&lt;br&gt;			 $root-&gt;setAttribute('showBorder','1');&lt;br&gt;			 if($carbo_per!='')&lt;br&gt;			 {&lt;br&gt;			 $item = $dom-&gt;createElement("set");&lt;br&gt;			 $item-&gt;setAttribute('label','Carbo');&lt;br&gt;			 $item-&gt;setAttribute('value',round($carbo,2));&lt;br&gt;			 $root-&gt;appendChild($item);&lt;br&gt;			 }&lt;br&gt;			 if($pro_per!='')&lt;br&gt;			 {&lt;br&gt;			 $item = $dom-&gt;createElement("set");&lt;br&gt;			 $item-&gt;setAttribute('label','Pro');&lt;br&gt;			 $item-&gt;setAttribute('value',round($pro,2));&lt;br&gt;			 $root-&gt;appendChild($item);&lt;br&gt;			 }&lt;br&gt;			 if($totalfa!='')&lt;br&gt;			 {&lt;br&gt;			 $item = $dom-&gt;createElement("set");&lt;br&gt;			 $item-&gt;setAttribute('label','Fa');&lt;br&gt;			 $item-&gt;setAttribute('value',round($totalfa,2));&lt;br&gt;			 $root-&gt;appendChild($item);&lt;br&gt;			 }&lt;br&gt;			 if($alco!='')&lt;br&gt;			 {&lt;br&gt;			 $item = $dom-&gt;createElement("set");&lt;br&gt;			 $item-&gt;setAttribute('label','alco');&lt;br&gt;			 $item-&gt;setAttribute('value',round($alco,2));&lt;br&gt;			 $root-&gt;appendChild($item);&lt;br&gt;			 }&lt;br&gt;		 &lt;br&gt;		    echo $dom-&gt;saveXML();            &lt;br&gt;&lt;br&gt;&lt;br&gt;                  $str= ."/library/Fusion_Chart/Data.xml";&lt;br&gt;&lt;br&gt;                   //saving the xml &lt;br&gt;		    $dom-&gt;save($str);&lt;br&gt;		//rendering the  chart &lt;br&gt;		$piechart 	= renderChartHTML("/library/Fusion_Chart/Pie3D.swf", "/library/Fusion_Chart/Data.xml", "", "myFirst", 600, 300);&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;that chart is generating fine for mozila but in IE  after generating once if i am taking new data and generating new xml then the xml is generating but while generating the chart it is showing the previous chart (havong previous content) ..&lt;br&gt;please advise me ...................................</description><pubDate>Tue, 05 May 2009 01:36:47 GMT</pubDate><dc:creator>mohit</dc:creator></item><item><title>Bug fix for data URLs containing ampersands</title><link>http://www.fusioncharts.com/forum/Topic13377-47-1.aspx</link><description>Hi,&lt;br&gt;&lt;br&gt;I'm relatively new to FusionCharts Free, and I noticed that when I call setDataURL and pass it a URL that contains ampersands, the chart doesn't work.&lt;br&gt;&lt;br&gt;I believe the proper fix is to change the getVariablePairs() function in FusionCharts.js by replacing this line:&lt;br&gt;&lt;br&gt;[code]variablePairs.push(key +"="+ variables[key]);[/code]&lt;br&gt;&lt;br&gt;with this line:&lt;br&gt;&lt;br&gt;[code]variablePairs.push(key +"="+ encodeURIComponent(variables[key]));[/code]&lt;br&gt;&lt;br&gt;I didn't see much other buzz about this problem, so I'm posting this here in case others encounter the problem or if it would possibly be incorporated in the release.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;David</description><pubDate>Thu, 16 Apr 2009 22:34:36 GMT</pubDate><dc:creator>davidsickmiller</dc:creator></item><item><title>Dynamic Fusion Chart Update</title><link>http://www.fusioncharts.com/forum/Topic7866-47-1.aspx</link><description>Hi, &lt;/P&gt;&lt;P&gt;I am trying to implement the functionality when after an action on some PHP page&lt;BR&gt;(which is rendered in IFRAME) Fusion Chart on main page get updated.&lt;/P&gt;&lt;P&gt;In essence, I need to query database and re-render Fusion Chart only, not whole page. &lt;/P&gt;&lt;P&gt;I know JavaScript object name, which was used to create object on main page&lt;BR&gt;and then print JavaScript command on PHP page in IFRAME to Reset Data XML&lt;BR&gt;and render chart like below:&lt;/P&gt;&lt;P&gt;chart3.setDataXML("&amp;lt;chart palette='3' decimals='0' formatNumber='0' &lt;BR&gt;formatNumberScale='0' showValues='1' &amp;gt;&amp;lt;set label='Not Completed' value='1041' /&amp;gt;&amp;lt;/chart&amp;gt;");&lt;BR&gt;&lt;BR&gt;chart3.render("chart3");&lt;/P&gt;&lt;P&gt;It does not give an error, but does not work either. &lt;/P&gt;&lt;P&gt;Any suggestions?  Is it right approach, to achieve that type of functionality?&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Alex M&lt;/P&gt;&lt;P&gt;  </description><pubDate>Thu, 07 Aug 2008 05:54:10 GMT</pubDate><dc:creator>Alex M</dc:creator></item><item><title>Not able to save the image</title><link>http://www.fusioncharts.com/forum/Topic13723-47-1.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;I am using the javascript and the perl to compile my program. I am able to get the capturing screeen but it is not asking for the save window. Pls help me to resolve the issue. I am using the V3.1.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;abhay</description><pubDate>Tue, 28 Apr 2009 04:38:34 GMT</pubDate><dc:creator>groovyguyes</dc:creator></item><item><title>How to change the size of capturing data message</title><link>http://www.fusioncharts.com/forum/Topic12965-47-1.aspx</link><description>hi &lt;/P&gt;&lt;P&gt;can i change the capturing data message ?. Please see the image.&lt;IMG src="http://www.fusioncharts.com/forum/Uploads/Images/26717711-34d6-4d9f-a22a-8584.JPG"&gt;</description><pubDate>Mon, 06 Apr 2009 01:47:11 GMT</pubDate><dc:creator>sahayaraj123</dc:creator></item><item><title>Regarding an Uncaught Exception Displaying while loading  Fusion Chart.</title><link>http://www.fusioncharts.com/forum/Topic12994-47-1.aspx</link><description>&lt;br&gt;Dear all,&lt;br&gt;&lt;br&gt;    I am currently facing a problem in which i am not able to understand the reason. This problem is happening only in hosted mode.&lt;br&gt;  I am currently having an application using drill down charts. If i clicked on a fusion chart the other drill down chart is loading.When i clicked the second one,the third drill down chart is loading.Its working perfect. &lt;br&gt;   Now if i took another page then tried the above procedures in hosted mode, All the charts are going to an invinsible mode . I can see only a white screen which contains nothing . Only i can view the back,forward,refresh,stop button and the url. &lt;br&gt;&lt;br&gt;  Now if i again load the application and took the page that gone blank before it will work fine,but the other page which was working fine will be going to the blank page which i told above.&lt;br&gt;&lt;br&gt;    In GWT development shell i was getting an uncaught Exception which is attached below.( Even i am getting this exception rarely,Not every time )&lt;br&gt;&lt;br&gt;   [source][ERROR] Uncaught exception escaped&lt;br&gt;&lt;br&gt;java.lang.NullPointerException: null&lt;br&gt;	at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91)&lt;br&gt;	at com.google.gwt.http.client.XMLHTTPRequest.getBrowserSpecificFailure(XMLHTTPRequest.java)&lt;br&gt;	at com.google.gwt.http.client.Request.fireOnResponseReceivedImpl(Request.java:248)&lt;br&gt;	at com.google.gwt.http.client.Request.fireOnResponseReceivedAndCatch(Request.java:226)&lt;br&gt;	at com.google.gwt.http.client.Request.fireOnResponseReceived(Request.java:217)&lt;br&gt;	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;br&gt;	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&lt;br&gt;	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&lt;br&gt;	at java.lang.reflect.Method.invoke(Method.java:585)&lt;br&gt;	at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103)&lt;br&gt;	at com.google.gwt.dev.shell.ie.IDispatchImpl.callMethod(IDispatchImpl.java:126)&lt;br&gt;	at com.google.gwt.dev.shell.ie.IDispatchProxy.invoke(IDispatchProxy.java:155)&lt;br&gt;	at com.google.gwt.dev.shell.ie.IDispatchImpl.Invoke(IDispatchImpl.java:294)&lt;br&gt;	at com.google.gwt.dev.shell.ie.IDispatchImpl.method6(IDispatchImpl.java:194)&lt;br&gt;	at org.eclipse.swt.internal.ole.win32.COMObject.callback6(COMObject.java:117)&lt;br&gt;	at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)&lt;br&gt;	at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1925)&lt;br&gt;	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966)&lt;br&gt;	at com.google.gwt.dev.GWTShell.pumpEventLoop(GWTShell.java:720)&lt;br&gt;	at com.google.gwt.dev.GWTShell.run(GWTShell.java:593)&lt;br&gt;	at com.google.gwt.dev.GWTShell.main(GWTShell.java:357)[/source]&lt;br&gt;&lt;br&gt;&lt;br&gt; But when i compiled and run it in a browser. it is working fine and there is no problem at all.&lt;br&gt;  Only in hosted mode i am facing the problem.&lt;br&gt;&lt;br&gt;    What may be the reason for this bug ??&lt;br&gt;    Somebody please help.</description><pubDate>Tue, 07 Apr 2009 01:28:52 GMT</pubDate><dc:creator>ktsha</dc:creator></item><item><title>Javascript not working in link attribute of chart</title><link>http://www.fusioncharts.com/forum/Topic11500-47-1.aspx</link><description>I have the following for the link attribute in the element 'set' in the xml in my data for a Column3D chart:&lt;br&gt;&lt;br&gt;link="javascript:window.alert('hello');"&lt;br&gt;&lt;br&gt;But when I click on the bar corresponding to the set element in which this link is, nothing happens. &lt;br&gt;&lt;br&gt;I put this to test the JS function integration. I actually had some other code like:&lt;br&gt;&lt;br&gt;link="javascript:window.WidgetController.drillDownWidgetWithNameAndValue1AndValue2(&amp;quot;ElectricityConsumptionQDay001&amp;quot;,&amp;quot;03/01/2009 00:00:00&amp;quot;, &amp;quot;04/01/2009 00:00:00&amp;quot; )"&lt;br&gt;&lt;br&gt;But this does not work. That is why I put the sanity check with the window alert.&lt;br&gt;&lt;br&gt;Is there something I'm doing wrong here?&lt;br&gt;&lt;br&gt;Thanks!</description><pubDate>Tue, 03 Feb 2009 06:15:05 GMT</pubDate><dc:creator>kamalshah20</dc:creator></item><item><title>Javascript code to read xml file</title><link>http://www.fusioncharts.com/forum/Topic12591-47-1.aspx</link><description>Hello, I'm a newie and struggling with the javascript intergration. &lt;br&gt;Just wondering if anybody can help me out with some sample javascript code to obtain data from an .xml file.&lt;br&gt;&lt;br&gt;What I am hoping to achieve is very similar to the 'FusionCharts + JavaScript (AJAX) Integration'  example provided in the online demos on the Fusion Charts web page. Although I have the data in an xml file, hence I need to read the data from the file and store it in a client side JavaScript arrays. I've tried to modify the sample code, but have not been able to achieve much todate.&lt;br&gt;&lt;br&gt;Thanks in advance.</description><pubDate>Mon, 23 Mar 2009 07:22:18 GMT</pubDate><dc:creator>ccar</dc:creator></item><item><title>displaying Multiple charts</title><link>http://www.fusioncharts.com/forum/Topic12582-47-1.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;I want to display multiple charts, which are of similar type.&lt;/P&gt;&lt;P&gt;On selecting 2 charts,has a option, it should load chart.</description><pubDate>Mon, 23 Mar 2009 01:15:12 GMT</pubDate><dc:creator>mail2rahulnow</dc:creator></item><item><title>Problem with parameter passing of a javascript function in XML</title><link>http://www.fusioncharts.com/forum/Topic12402-47-1.aspx</link><description>Dear All,&lt;br&gt;&lt;br&gt;I got a doubt,Please clear it.&lt;br&gt;&lt;br&gt;This is the current Code&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;below code is in XML&lt;br&gt;&lt;br&gt;LinkStr = "' link='javaScript:updateChart( "" + FuncName + "","" + (String) map.get("status_name") + "",""&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;+ DrillDownKPI + "" [Wink] ' /&gt;";&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;and this is the updateChart javascript function (XMLchart.js)&lt;br&gt;function updateChart(Mngmnt,stutus,kpi,serviceID)&lt;br&gt;&lt;br&gt;{&lt;br&gt;&lt;br&gt;var strURL = "ChartServlet?GM=" + Mngmnt + "&amp;status=" +stutus + "&amp;kpi=" +kpi;&lt;br&gt;&lt;br&gt;strURL = escape(strURL);&lt;br&gt;&lt;br&gt;var chart_CityDetails = new FusionCharts('FusionCharts/StackedBar3D.swf?ChartNoDataText=Click right chart to view Services Details', 'ServDetails', '550', '450', '0', '1');&lt;br&gt;&lt;br&gt;chart_CityDetails.setDataURL(strURL);&lt;br&gt;&lt;br&gt;chart_CityDetails.render(Mngmnt+kpi+"ServDetailsDiv");&lt;br&gt;&lt;br&gt;}&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;I want to pass a new parameter 'condQuery ' query with the link in XML&lt;br&gt;&lt;br&gt;i tried this&lt;br&gt;&lt;br&gt;LinkStr = "' link='javaScript:updateFusionChart( "" + condQuery + "","" + FuncName + "","" + (String) map.get("status_name") + "",""&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;+ DrillDownKPI + "" [Wink] ' /&gt;";&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;and updated javascript function as&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;function updateChart (condQuery,Mngmnt,stutus,kpi,serviceID){&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;var strURL = "ChartServlet?GM=" + Mngmnt + "&amp;status=" +stutus + "&amp;kpi=" +kpi+ "&amp;condQuery=" +condQuery;&lt;br&gt;&lt;br&gt;strURL = escape(strURL);&lt;br&gt;&lt;br&gt;var chart_CityDetails = new FusionCharts('FusionCharts/StackedBar3D.swf?ChartNoDataText=Click right chart to view Services Details',&lt;br&gt;&lt;br&gt;'ServDetails', '550', '450', '0', '1');&lt;br&gt;&lt;br&gt;chart_CityDetails.setDataURL(strURL);&lt;br&gt;&lt;br&gt;chart_CityDetails.render(Mngmnt+kpi+"ServDetailsDiv");&lt;br&gt;&lt;br&gt;}&lt;br&gt;&lt;br&gt;&lt;br&gt;But after execution it was showing as Invalid XML Data. Is there any problem with the parameter passing ??&lt;br&gt;&lt;br&gt;Any help will be appreciated...</description><pubDate>Tue, 17 Mar 2009 04:01:20 GMT</pubDate><dc:creator>ktsha</dc:creator></item><item><title>Save as excel file error</title><link>http://www.fusioncharts.com/forum/Topic11830-47-1.aspx</link><description>I found that charts can not link to another JavaScript function after I call  "saveAsImage" in IE explorer but it work in Firefox. Can you tell me way and how can i fix the error.</description><pubDate>Tue, 17 Feb 2009 01:53:41 GMT</pubDate><dc:creator>unicorn</dc:creator></item><item><title>FusionCharts Dom - 'Expected identifier string or number' javascript error in ie 6</title><link>http://www.fusioncharts.com/forum/Topic10775-47-1.aspx</link><description>Hi, I have tried using the sample code for the Dom implementation and whilst this works in FireFox, it does not render in Ie 6 as it throws up the following error : &lt;/P&gt;&lt;P&gt;'Expected identifier string or number'&lt;/P&gt;&lt;P&gt;At first I thought it might be my code so I tried it running the default installation and demos off my hard drive and it still errors (with FireFox being fine). I think this error is also occuring in IE 7.</description><pubDate>Mon, 29 Dec 2008 16:55:56 GMT</pubDate><dc:creator>TheDesignFly</dc:creator></item><item><title>updateChartXML doesn't work relyable</title><link>http://www.fusioncharts.com/forum/Topic11268-47-1.aspx</link><description>Hello,&lt;P&gt;I trying to use FusionChart Pie3D and want to update the XML data dynamically. For testing purpose I created a simple HTML-file with the 'chartdiv', a textarea for the XML-text (testXML) and an update button to run the refreshChart() function. The default XML in the textarea is:&lt;/P&gt;&lt;P&gt;&amp;lt;graph showNames='1'  decimalPrecision='0'  &amp;gt;&lt;BR&gt; &amp;lt;set name='slice a' value='20' /&amp;gt;&lt;BR&gt; &amp;lt;set name='slice b' value='10'  /&amp;gt;&lt;BR&gt;&amp;lt;/graph&amp;gt;&lt;BR&gt;This XML is rendered without any problem during onLoad(). When I increase the values by factor 10 and launch refreshChart() the pie is updated as expected and can be done multiple times. But when I update in small steps (eg.: from 20 to 21) I receive 'Invalid XML Data'. &lt;/P&gt;&lt;P&gt;The XML has not syntactic or grammatic error. What is going wrong here? - Henrik&lt;/P&gt;&lt;P&gt;PS.: IE6 SP2, Flash 10.1.1.16, &lt;SPAN class=header&gt;FusionCharts Free&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;beside FusionCharts.js this is all the javascript:&lt;/P&gt;&lt;P&gt;var chart ;&lt;BR&gt;window.onload = onLoad;&lt;/P&gt;&lt;P&gt;function onLoad()&lt;BR&gt;{&lt;BR&gt; chart = new FusionCharts("../Charts/FCF_Pie3D.swf", "ChartId", "400", "350");&lt;BR&gt; chart.setDataXML( myXMLdata() ); /this allways works fine&lt;BR&gt; chart.render("chartdiv");&lt;BR&gt;}&lt;/P&gt;&lt;P&gt;function myXMLdata()&lt;BR&gt;{&lt;BR&gt; return document.getElementById("testXML").firstChild.data ;&lt;BR&gt;}&lt;/P&gt;&lt;P&gt;function refreshChart()&lt;BR&gt;{&lt;BR&gt; if(document.getElementById("ChartId")) {&lt;BR&gt;  updateChartXML( "ChartId" , myXMLdata() ); // this doens't work most of the time&lt;BR&gt; }&lt;BR&gt;}&lt;BR&gt;</description><pubDate>Tue, 27 Jan 2009 12:09:16 GMT</pubDate><dc:creator>lukashen</dc:creator></item><item><title>Problem passing parameters in link property of a chart in IE6.0</title><link>http://www.fusioncharts.com/forum/Topic11135-47-1.aspx</link><description>i am trying to pass parameter, &lt;br&gt;$strLink = "Break-0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,1,0,3,3,5,7,4,2,3,1,1,0&lt;br&gt;,3,2,2,1,2,1,3,1,2,2,3,3,2,1,2,5,6,9,3,3,1,2,2,1,5,4,2,2,3,0,3,2,4,2,0,3,4,4,2,1,3,3,5,3,2,2,4,2;Erlang-28&lt;br&gt;,26,38,30,14,20,18,11,6,11,11,8,4,6,4,4,4,4,4,4,4,4,4,4,6,6,4,6,11,8,14,8,33,18,28,28,53,42,55,48,64&lt;br&gt;,69,66,59,69,73,71,69,66,64,69,64,71,73,69,69,59,61,64,61,71,71,62,66,71,77,71,66,69,81,73,82,81,91,77&lt;br&gt;,82,87,79,79,81,69,75,73,79,66,59,64,62,53,57,59,55,38,28,48,35;Lunch-0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0&lt;br&gt;,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,0,1,3,4,4,4,7,9,6,3,4,7,7,4,1,0,0,1,3,2,2,2,1,1&lt;br&gt;,1,1,1,3,4,5,7,8,7,11,10,6,6,6,4,4,6,6,3,4,3,1,1,1,0,0,0,0,1,0;Not Ready-0,0,0,0,0,0,0,0,0,0,0,0,0,0&lt;br&gt;,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0&lt;br&gt;,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0;Ready-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0&lt;br&gt;,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0&lt;br&gt;,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0;Training-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0&lt;br&gt;,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,2,1,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0&lt;br&gt;,1,6,7,6,5,4,5,2,4,4,2,1,1,2,1,1,1,0,2,2,1,1,1,1,1,0,1,3,2,4,3;UpTraining-1,1,1,1,0,0,0,0,0,0,0,0,0,0&lt;br&gt;,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0&lt;br&gt;,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,1,1,1,0,0,0,1;"&lt;br&gt;&lt;br&gt;$link = 'JavaScript:updateChartURL(\''.$strLink.'\')';&lt;br&gt;&lt;br&gt;How ever i able to pass this parameter in IE7 and FF but when clicking on chart in IE6.0 i am getting no response neither any error message.&lt;br&gt;&lt;br&gt;Early reply will be helpful&lt;br&gt;&lt;br&gt;thanks&lt;br&gt;</description><pubDate>Tue, 20 Jan 2009 09:51:31 GMT</pubDate><dc:creator>sushantkumar</dc:creator></item><item><title>Please wait for the charts to load</title><link>http://www.fusioncharts.com/forum/Topic10956-47-1.aspx</link><description>I have installed the FusionCharts_Evaluation and have gone through the tutorials. The only problem I have been having is the following:&lt;P&gt;When I click on the installed index.cfm page (the first page in the root folder), I get the Fusion Charts v3 Demo Application page. The page displays perfectly, I can click on the bottom chart (category wise sales) and have it dynamically build the product wise charts. My problem is when I click on the Yearly Sales Comparison chart to select a different year, I get the "Please wait for the charts to load" javascript message. &lt;/P&gt;&lt;P&gt;I have installed this on three different machines and get the same message each time. When I go to the Fusion Charts Demo pages (and view the same page) everything works great.&lt;/P&gt;&lt;P&gt;Any help is appreciated.</description><pubDate>Sat, 10 Jan 2009 22:49:12 GMT</pubDate><dc:creator>elwood</dc:creator></item><item><title>Lots of reloading charts choke Firefox</title><link>http://www.fusioncharts.com/forum/Topic10919-47-1.aspx</link><description>[code]&lt;br&gt;function update_graph(drop) &lt;br&gt;{&lt;br&gt;	var chartType = "fusioncharts/FCF_" + myPageData[drop] + '.swf';&lt;br&gt;	var myChart = new FusionCharts(chartType, "myChartId", "800", "500");&lt;br&gt;	myChart.setDataURL("esmt/feedxml.pl?" + drop);&lt;br&gt;        myChart.render("chartdiv");&lt;br&gt;}&lt;br&gt;[/code]&lt;br&gt;&lt;br&gt;Then I have a drop-down elsewhere on the page that does&lt;br&gt;onChange="update_graph(this.value)". myPageData is a javascript object that associates the data in "drop" with the type of graph we want to display.&lt;br&gt;&lt;br&gt;Works great. Except after you've done it a bunch of times. When I do that, and then examine Firefox in the OSX process manager, I see, in "Open Files and Ports":&lt;br&gt;&lt;br&gt;[code]/Library/Internet Plug-Ins/Flash Player.plugin/Contents/Resources/Flash Player.rsrc&lt;br&gt;/Library/Internet Plug-Ins/Flash Player.plugin/Contents/Resources/English.lproj/Localized.rsrc&lt;br&gt;[/code]&lt;br&gt;&lt;br&gt;...over and over and over and over. And after a while, Firefox refuses to load any more graphs, and I also can't refresh pages, close tabs, or quit the application! Complete barfing overload!&lt;br&gt;&lt;br&gt;Any suggestion for how I can make Firefox garbage-collect those expired instances of Flash Player?</description><pubDate>Thu, 08 Jan 2009 13:21:01 GMT</pubDate><dc:creator>danray</dc:creator></item><item><title>Updating multiple charts, ok in ff3 and ie7, not in ff2 nor ie6...</title><link>http://www.fusioncharts.com/forum/Topic10714-47-1.aspx</link><description>Hi, I amb updating chart2 (d0) from chart1 (da) using this javascript, invoked from chart1 link:&lt;br&gt;&lt;br&gt;function updated0evolucio(alumne){&lt;br&gt;	var d0 = new FusionCharts("./Charts/MSColumn3DLineDY.swf", "d0", "1000", "200","0","1");&lt;br&gt;	d0.setDataURL("evolucio.php?alumne="+alumne);&lt;br&gt;	d0.render("d0");&lt;br&gt;        document.location="#d0";&lt;br&gt;}&lt;br&gt;&lt;br&gt;This destroys the old chart and recreates it using new data as the object and layer are the same. No problems with new browsers... but with old ones, I can just update the chart once, after this update, the child chart (d0) no longer updates. &lt;br&gt;&lt;br&gt;Any suggestions?&lt;br&gt;&lt;br&gt;Thx!</description><pubDate>Mon, 22 Dec 2008 04:18:22 GMT</pubDate><dc:creator>spoiler</dc:creator></item><item><title>Error in Loading Data</title><link>http://www.fusioncharts.com/forum/Topic9715-47-1.aspx</link><description>I created the Fusion chart (Pie) object and used the following code&lt;br&gt;&lt;br&gt;$('pie1_id').innerHTML=tmp1;   // tmp1 contains the chart object&lt;br&gt;&lt;br&gt;Now I could see the pie chart in IE very well&lt;br&gt;&lt;br&gt;&lt;br&gt;Here my assumption is that the DIV ID='pie1_id  still contains the value of tmp1 which I inserted.&lt;br&gt;&lt;br&gt;In the same page I have button with javascript code to reuse the contents in DIV ID='pie1_id'&lt;br&gt;&lt;br&gt;I used following code to reuse the contents&lt;br&gt;&lt;br&gt;$('pie1_id_again').innerHTML=$('pie1_id').innerHTML; &lt;br&gt;&lt;br&gt;Now I see the flash object with Error in Loading Data&lt;br&gt;&lt;br&gt;When I look at the source what has been pasted, I do not see the actual data set using SET&lt;br&gt;&lt;br&gt;Any help is appreciated&lt;br&gt;&lt;br&gt;</description><pubDate>Fri, 07 Nov 2008 07:09:32 GMT</pubDate><dc:creator>Seetharaman Srinivasan</dc:creator></item><item><title>JavaScript Form Submisssions</title><link>http://www.fusioncharts.com/forum/Topic5009-47-1.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;We are using Drill-Down feature of Fusion Charts v3 as JavaScript function call.&lt;/P&gt;&lt;P&gt;In essence the javaScript function simply submit form to &amp;lt;IFRAME&amp;gt; window.&lt;/P&gt;&lt;P&gt;It works under FF, but under IE form is not submitted.&lt;/P&gt;&lt;P&gt;Is this known issue? If yes , what is solution?&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Alex M</description><pubDate>Mon, 10 Mar 2008 11:12:18 GMT</pubDate><dc:creator>Alex M</dc:creator></item><item><title>GWT and real-time data</title><link>http://www.fusioncharts.com/forum/Topic6051-47-1.aspx</link><description>Hi,&lt;br&gt;&lt;br&gt;I'm using FusionCharts v3 with GWT and am trying to get real-time updates from the DB.&lt;br&gt;(an XML won't work because I need user specific data display)&lt;br&gt;&lt;br&gt;I can't seem to make a plan old servlet call in my Data.xml (ex. dataStreamURL='http://localhost:8888/com.ints.central.ui.Dashboard/Ticket) to a ticket servlet because GWT complains.&lt;br&gt;&lt;br&gt;I can't make a GWT RPC call because there doesn't seem to be a way to feed the result into the data feed.&lt;br&gt;&lt;br&gt;I can't seem to make a JS to Java call in GWT because GWT is managing my entire app and I don't have a "page centric" model. GWT does everthing in one page.&lt;br&gt;&lt;br&gt;I'm considering Java -&gt; JS call but managing the timing of the updates from Java seem like an awful option.&lt;br&gt;&lt;br&gt;Has anyone done anything similar or have any ideas? I would really like to buy  a site license for GWT but can't unless we solve this problem.&lt;br&gt;&lt;br&gt;Mark</description><pubDate>Thu, 01 May 2008 21:40:02 GMT</pubDate><dc:creator>md10024</dc:creator></item></channel></rss>