bradym Report post Posted February 20, 2008 We haven't seen this in Firefox, but in IE (both 6 & 7) charts are sometimes showing up squished. It's very inconsistent, sometimes they look fine, sometimes they are squished. Unfortunately we haven't been able to identify any type of pattern. I'm using JavaScript to insert the charts. I've attached two screenshots, one of how it looks squished, and one of how it should look. Any idea why this would be happening and what I need to do to fix it? TIA, Brady Share this post Link to post Share on other sites
Pallav Report post Posted February 21, 2008 Make sure of these: - You're using FusionCharts JavaScript class to embed the charts. - You're providing the chart size in exact pixels (and not %) - You're NOT appending px at the end of chart size. Share this post Link to post Share on other sites
bradym Report post Posted February 21, 2008 Pallav (2/21/2008)Make sure of these: - You're NOT appending px at the end of chart size. I was doing the first two correctly, but I did have px on the chart sizes. Looks like it's fixed. Thanks Pallav. Brady Share this post Link to post Share on other sites