rdh0930 Report post Posted October 31, 2013 The pie chart that I created is blank. The content is all there. When I resize the browser's width, the the pie chart shows up. Any ideas why the would be happening? Share this post Link to post Share on other sites
rdh0930 Report post Posted October 31, 2013 Correction I am using a Doughnut2D Share this post Link to post Share on other sites
rdh0930 Report post Posted October 31, 2013 To get a temp fix I put this after the chart is loaded.... setTimeout(function (){$("#@(Model.ModelId)ChartFus").css({ width: "101%" });},200); Share this post Link to post Share on other sites
Sanjukta Report post Posted November 1, 2013 To get a temp fix I put this after the chart is loaded.... setTimeout(function (){$("#@(Model.ModelId)ChartFus").css({ width: "101%" });},200); Hi, Could you please confirm if you are using it within some jQuery implementation and changing the page at some point of time? The temporary fix of time delay would resolve the issue in that case. Hope this helps. Share this post Link to post Share on other sites
rdh0930 Report post Posted November 1, 2013 Yes, I am referencing jquery-1.9.1.js . I dont see the flash implementation where the chart expands around into a circle.... Does that make sense? Share this post Link to post Share on other sites
Sanjukta Report post Posted November 2, 2013 Yes, I am referencing jquery-1.9.1.js . I dont see the flash implementation where the chart expands around into a circle.... Does that make sense? Hi, Could you please drop in a mail at [email protected] quoting this forum post so that we can test the issue? Awaiting your reply. Share this post Link to post Share on other sites
rdh0930 Report post Posted November 14, 2013 This issue is happening for my bar chart as well Share this post Link to post Share on other sites
Guest Sumedh Report post Posted November 15, 2013 Hello, What FusionCharts version you have used? Can you please try with latest version of FusionCharts XT i.e., FusionCharts XT v3.3.1 Service Release 2.? You can get the trial version from here: http://www.fusioncharts.com/download/trials/ Share this post Link to post Share on other sites