lmacieira Report post Posted January 28, 2013 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. Share this post Link to post Share on other sites
tigerlane Report post Posted February 13, 2013 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. Share this post Link to post Share on other sites
Sanjukta Report post Posted February 14, 2013 Hi, 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. Thank you for your suggestion. Hope the issue is resolved for others! Share this post Link to post Share on other sites
lmacieira Report post Posted February 14, 2013 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
Swarnam Report post Posted February 15, 2013 Hey, Thanks for the sharing the information. Share this post Link to post Share on other sites