﻿<?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 v3 / Bug Reports  / Help... Chart render error....sometimes / 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 07:58:03 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Help... Chart render error....sometimes</title><link>http://www.fusioncharts.com/forum/Topic2530-6-1.aspx</link><description>Hello ShadesOfGrey,&lt;br&gt;&lt;br&gt;I have the same problem with IE browser.&lt;br&gt;&lt;br&gt;Have you find a solution ? I nedd help :)&lt;br&gt;&lt;br&gt;Thanks</description><pubDate>Fri, 31 Oct 2008 05:52:29 GMT</pubDate><dc:creator>mh</dc:creator></item><item><title>RE: Help... Chart render error....sometimes</title><link>http://www.fusioncharts.com/forum/Topic2530-6-1.aspx</link><description>Tim,&lt;br&gt;&lt;br&gt;There's no way to programatically detect it - the only way to solve it for sure is to NOT use % width/height, but use pixel width/height.</description><pubDate>Tue, 16 Sep 2008 04:07:28 GMT</pubDate><dc:creator>Pallav</dc:creator></item><item><title>RE: Help... Chart render error....sometimes</title><link>http://www.fusioncharts.com/forum/Topic2530-6-1.aspx</link><description>Hi,&lt;br&gt;&lt;br&gt;This fix helps, as it reduces the amount of times the chart does not render properly, but it still happens occasionally. For some users, it's as much as 25% of the time.&lt;br&gt;&lt;br&gt;It seems like when it happens, it is usually trying to render the chart too soon, as the image pops up much faster than when the properly rendered chart appears.&lt;br&gt;&lt;br&gt;Is it possible to detect a bad render programmatically and force a re-render?&lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;Tim</description><pubDate>Fri, 12 Sep 2008 06:43:10 GMT</pubDate><dc:creator>tmohler</dc:creator></item><item><title>RE: Help... Chart render error....sometimes</title><link>http://www.fusioncharts.com/forum/Topic2530-6-1.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;Could you please try rendeing the chart(s) after the HTML page rener is comeplete?&lt;/P&gt;&lt;P&gt;can use this code:&lt;/P&gt;&lt;P&gt;&lt;BR&gt;[quote] &amp;lt;script type="text/javascript"&amp;gt;&lt;BR&gt;        if (&amp;#119;indow.addEventListener)&lt;BR&gt;        {&lt;BR&gt;            &amp;#119;indow.addEventListener("load", creatreChart, false);&lt;BR&gt;        } &lt;BR&gt;        else if (&amp;#119;indow.attachEvent)&lt;BR&gt;        {&lt;BR&gt;            &amp;#119;indow.attachEvent("onload", createChart);&lt;BR&gt;        }&lt;BR&gt;        function createChart()&lt;BR&gt;        {&lt;BR&gt;            var chart = new FusionCharts("Column2D.swf?noCache=" + new Date().getMilliseconds(), 'ChartId', '100%', '275', '0', '0');&lt;BR&gt;           chart.setDataXML("&amp;lt;chart&amp;gt;&amp;lt;set value='10'/&amp;gt;&amp;lt;/chart&amp;gt;");          &lt;BR&gt;           chart.render("chartdiv");&lt;BR&gt;        }&lt;BR&gt; &amp;lt;/script&amp;gt;[/quote]</description><pubDate>Tue, 09 Sep 2008 01:18:16 GMT</pubDate><dc:creator>Sudipto Choudhury</dc:creator></item><item><title>RE: Help... Chart render error....sometimes</title><link>http://www.fusioncharts.com/forum/Topic2530-6-1.aspx</link><description>I am experiencing the same exact problem and have to set width="360" height="310" or whatever number.  The chart renders all mushed together except a few words of the caption are visible, but no chart renders.&lt;/P&gt;&lt;P&gt;IE7, FP9, FC3Enterprise.  &lt;/P&gt;&lt;P&gt;The only fix is to manually "Rewind-&amp;gt;Play".&lt;/P&gt;&lt;P&gt;-D</description><pubDate>Mon, 08 Sep 2008 18:36:53 GMT</pubDate><dc:creator>Deb.Penny</dc:creator></item><item><title>RE: Help... Chart render error....sometimes</title><link>http://www.fusioncharts.com/forum/Topic2530-6-1.aspx</link><description>Thank you very match Pallav! &lt;br&gt;This solution is fixed the rendering problem on IE.</description><pubDate>Tue, 26 Feb 2008 01:14:10 GMT</pubDate><dc:creator>mikich</dc:creator></item><item><title>RE: Help... Chart render error....sometimes</title><link>http://www.fusioncharts.com/forum/Topic2530-6-1.aspx</link><description>This also happens in Safari. If the graph renders outside of where your window is currently positioned, it will render improperly like the previous posters showed, unless you use the javascript imbed</description><pubDate>Mon, 25 Feb 2008 15:11:12 GMT</pubDate><dc:creator>Aegis</dc:creator></item><item><title>RE: Help... Chart render error....sometimes</title><link>http://www.fusioncharts.com/forum/Topic2530-6-1.aspx</link><description>It should be in the HTML after the place where you specify ?dataURL=yourData.xml</description><pubDate>Fri, 25 Jan 2008 13:03:40 GMT</pubDate><dc:creator>Pallav</dc:creator></item><item><title>RE: Help... Chart render error....sometimes</title><link>http://www.fusioncharts.com/forum/Topic2530-6-1.aspx</link><description>Hi,&lt;br&gt;&lt;br&gt;Thanks for help, here (in attachement "chart_html.xml" ) is my chart implementation, &lt;br&gt;where I need to set those [b]?chartWidth=w&amp;chartHeight=h[/b] vars? Or in my case it is should work as in your examples?&lt;br&gt;&lt;br&gt;Tanks again,&lt;br&gt;Michael</description><pubDate>Fri, 25 Jan 2008 07:35:52 GMT</pubDate><dc:creator>mikich</dc:creator></item><item><title>RE: Help... Chart render error....sometimes</title><link>http://www.fusioncharts.com/forum/Topic2530-6-1.aspx</link><description>Michael,&lt;br&gt;&lt;br&gt;If you're using direct HTML code to embed the charts, do add ?chartWidth=w&amp;chartHeight=h [replace w,h with values] in the Flashvars. Or, it's better to use the FusionCharts JavaScript class to embed the charts.</description><pubDate>Thu, 24 Jan 2008 14:02:12 GMT</pubDate><dc:creator>Pallav</dc:creator></item><item><title>RE: Help... Chart render error....sometimes</title><link>http://www.fusioncharts.com/forum/Topic2530-6-1.aspx</link><description>Hi,&lt;br&gt;&lt;br&gt;My problem is the same as described before, and happened just in [b]IE[/b], in FF - all right.&lt;br&gt;Please see the attached screenshots, once it rendering fine and once wrong ([b]not consistently[/b]!)&lt;br&gt;The screenshots, are the same chart, same data, same all (reload data by Ajax).&lt;br&gt;&lt;br&gt;[u]I am sure that:[/u]&lt;br&gt;1. FusionCharts is HTML base with embed tag.&lt;br&gt;2. Charts width and height is specifying the  in pixels (and without appending px at the end of numeric values).&lt;br&gt;&lt;br&gt;Am using the licensed! version.&lt;br&gt;Please provide some workaround if you don't have a solution.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Michael</description><pubDate>Thu, 24 Jan 2008 04:53:24 GMT</pubDate><dc:creator>mikich</dc:creator></item><item><title>RE: Help... Chart render error....sometimes</title><link>http://www.fusioncharts.com/forum/Topic2530-6-1.aspx</link><description>Hi Pallav&lt;/P&gt;&lt;P&gt;If i specify the height and width in %,The graph will not be resized with page.Any workaround is there for this?&lt;/P&gt;&lt;P&gt;Am using the licensed version.&lt;/P&gt;&lt;P&gt;Thanks n Regards&lt;/P&gt;&lt;P&gt;Sreeja</description><pubDate>Thu, 10 Jan 2008 05:37:44 GMT</pubDate><dc:creator>Sreeja R Menon</dc:creator></item><item><title>RE: Help... Chart render error....sometimes</title><link>http://www.fusioncharts.com/forum/Topic2530-6-1.aspx</link><description>Hi,&lt;br&gt;&lt;br&gt;Please make sure that:&lt;br&gt;&lt;br&gt;1. You're using FusionCharts JavaScript class to embed the charts.&lt;br&gt;2. You're not specifying the chart width and height in %, but in pixels (and without appending px at the end of numeric values).</description><pubDate>Mon, 07 Jan 2008 03:45:04 GMT</pubDate><dc:creator>Pallav</dc:creator></item><item><title>RE: Help... Chart render error....sometimes</title><link>http://www.fusioncharts.com/forum/Topic2530-6-1.aspx</link><description>Hi &lt;P&gt;Am also experiencing the same problem in IE6&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://www.fusioncharts.com/forum/Uploads/Images/f24d74c2-8eb0-4dc6-bb19-9c5d.gif"&gt;Thanks n REgards&lt;P&gt;Sreeja</description><pubDate>Fri, 04 Jan 2008 06:51:23 GMT</pubDate><dc:creator>Sreeja R Menon</dc:creator></item><item><title>RE: Help... Chart render error....sometimes</title><link>http://www.fusioncharts.com/forum/Topic2530-6-1.aspx</link><description>I believe I am experiencing something similar with MSColumn3DLineDY.swf&lt;P&gt;&lt;A href="http://www3.sympatico.ca/greg.bingleman/report.html[/url]"&gt;[url]http://www3.sympatico.ca/greg.bingleman/report.html[/url]&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I've put 2 copies of the same graph here with a couple of tables in between. What I'd like is for the graph to be on the bottom, but it does not display properly when there are a lot of lines above it. If I manually select Rewind and Play, then the graph loads correctly. Also, if I set 'Run ActiveX controls and plugins' property to 'Prompt' (instead of Enable) the chart loads properly.&lt;/P&gt;&lt;P&gt;I am using IE 6.0.2900.2180 on Windows XP Home with all the latest updates.&lt;P&gt;I have attached a partial image of what the bottom graph looks like when it doesn't display correctly.&lt;P&gt;I thought perhaps that I could do the Rewind and Play programatically, but I don't know what property (if any) of the chart is exposed for that purpose.</description><pubDate>Fri, 02 Nov 2007 19:44:07 GMT</pubDate><dc:creator>Byngl</dc:creator></item><item><title>RE: Help... Chart render error....sometimes</title><link>http://www.fusioncharts.com/forum/Topic2530-6-1.aspx</link><description>Please paste the HTML code that you're using to embed the chart.</description><pubDate>Sun, 30 Sep 2007 14:39:24 GMT</pubDate><dc:creator>Pallav</dc:creator></item><item><title>RE: Help... Chart render error....sometimes</title><link>http://www.fusioncharts.com/forum/Topic2530-6-1.aspx</link><description>Also. do to the framework we have I am not able to use the JS method to embed.</description><pubDate>Thu, 27 Sep 2007 14:44:59 GMT</pubDate><dc:creator>ShadesOfGrey</dc:creator></item><item><title>Help... Chart render error....sometimes</title><link>http://www.fusioncharts.com/forum/Topic2530-6-1.aspx</link><description>Hello there. We are using the Bar2D chart and sometimes in IE, the chart does not render properly.  All the text is chrushed together and there is no bars at all.&lt;br&gt;&lt;br&gt;I will attach our xml.   This only happens in IE.  IE 7 mostly.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</description><pubDate>Thu, 27 Sep 2007 14:19:33 GMT</pubDate><dc:creator>ShadesOfGrey</dc:creator></item></channel></rss>