IDForums

Labels And Axis Names Look Fuzzier In Ie9

Recommended Posts

I am using FusionCharts 3.2.2 and IE9. The font for labels and axis names look fuzzier and blurred. I have used default settings provided and have not used any custom styles. The font looks fine on IE8 and below.

Please suggest. I am attaching screenshot for your reference.

post-4994-0-86883000-1331057892_thumb.png

Edited by IDForums

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

Can you paste your XML code here? it would be easy to look into the issue.

Share this post


Link to post
Share on other sites

Sorry, I forgot to post my code.

 


<?xml version="1.0" ?>
<chart animation="1" baseFontSize="10" bgColor="FFFFFF,E1E1E1" canvasPadding="10" caption="Tests Delivered Today" chartBottomMargin="0" chartLeftMargin="10" chartRightMargin="10" chartTopMargin="10" formatNumberScale="0" labelDisplay="rotate" palette="4" placeValuesInside="1" plotSpacePercent="10" rotateValues="1" seriesNameInToolTip="0" showBorder="1" showValues="1" slantLabels="1" yAxisName="Test Counts">
 <set label="Univ of S.." tooltext="Univ{br}of South{br}Carolina -{br}English Programs{br}for Internationals{br}{br}Tests:161" value="161"/>
 <set label="ABC Cod Commun.." tooltext="ABC{br}Comm{br}Tests:1" value="1"/>
 <set label="XYZ Cape C.." tooltext="XYZ{br}Comm{br}Tests:9" value="9"/>
 <set label="Brook Commu.." tooltext="Brook{br}Comm{br}Tests:9" value="9"/>
 <set label="Anne Arundel Co.." tooltext="Anne{br}Arun Comm{br}Tests:2" value="2"/>
 <styles>
   <definition>
     <style font="Verdana" name="CaptionFont" size="12" type="Font"/>
     <style font="Arial" name="myToolTipFont" size="9" type="font"/>
   </definition>
   <application>
     <apply styles="CaptionFont" toObject="CAPTION"/>
     <apply styles="myToolTipFont" toObject="ToolTip"/>
   </application>
 </styles>
</chart>



Share this post


Link to post
Share on other sites

Also, I am using using fc:render.

 

 	<fc:render chartId="topInst" swfFilename="${folderPath}${chartData.column3DFilename}"   width="240" height="300" debugMode="false"   registerWithJS="false" xmlData="${chartData.topInstXml}" renderer="javascript"/> 

Share this post


Link to post
Share on other sites
Guest Bindhu

Hi,

 

Thank you for the post and the code.

 

I am afraid, I was unable to replicate the issue.

 

Please find attached screen shot of the chart rendered using the code that you had posted.

 

Can you please provide the live URL for further testing ?

 

Awaiting your response !

post-23884-0-27989100-1331178993_thumb.png

Share this post


Link to post
Share on other sites

Hello,

 

I meet the same problem with "scroll bar" chart in IE9 but also Firefox.

 

A loading time, the chart renders well but when we scroll the X Axis, labels become blurred.

 

I put in copy: a sample of the generated XML for the chart (sample.xml) and a picture containing 2 screenshot:

  • The rendition at loading time (picture above);
  • The rendition after using the scroll bar (picture below);

The chart is a Scroll column 2D rendered in Flash and the used version of fusionchart is v3.2.1.

The chart flash object is generated through Javascript.

 

Any idea of the problem?

 

Regards.

sample.xml

post-28143-0-19818200-1355169128_thumb.png

Edited by Jiraya

Share this post


Link to post
Share on other sites

I was facing a similar issue with the left-side label on the Bar2D javascript/html5 chart in IE9. I found that adding the following doctype declaration:

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

 

before the <html> tag in my file worked beautifully.

 

Hope that helps!

Share this post


Link to post
Share on other sites

Hi,

 

I was facing a similar issue with the left-side label on the Bar2D javascript/html5 chart in IE9. I found that adding the following doctype declaration:

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

 

before the <html> tag in my file worked beautifully.

 

Hope that helps!

 

Thank you for your suggestion. :)

 

Hope the issue is resolved for others! :)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now