lmacieira

Data Label And Y-Axisname Render Problem In Html5 Chart

Recommended Posts

Hi, i'm havving a problem to create a consistent chart throught many brwonsers. As you can see in the attached image the Y-Axisname and data Labels are beeing displayed differently.

 

 

post-35846-0-47384500-1359409307_thumb.jpg

Share this post


Link to post
Share on other sites

Adding the following line:

 

<!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 your page should fix the fuzziness problem in IE9.

 

Thanks for the reply, you helped me figure out the problem. I was already using the DOCTYPE especified, and found out that the header <meta http-equiv="X-UA-Compatible" content="IE=8" /> was causing the errors. Removing it or changing to IE=10 works.

 

Thank you.

 

 

 

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