This is a migrated thread and some comments may be shown as answers.

Blurry font with IE11

3 Answers 49 Views
Chart (HTML5)
This is a migrated thread and some comments may be shown as answers.
Luc Émond
Top achievements
Rank 1
Luc Émond asked on 20 Apr 2015, 06:28 PM

Hi,

I'am having trouble with blurry font and IE11.

I use this example in a new empty page of my projet : http://demos.telerik.com/aspnet-ajax/htmlchart/examples/charttypes/columnchart/defaultcs.aspx

With IE11 all the text is blurry with the HTMLChart title, etc.

Work great with IE10 and Google Chrome.

Is there a way to fix it?

Please see attachement.

Tks

Luc

3 Answers, 1 is accepted

Sort by
0
Accepted
Danail Vasilev
Telerik team
answered on 21 Apr 2015, 08:34 AM
Hello Luc,

Can you ensure the browser is not in compatibility mode? We are aware of such a behavior in IE8 and below where the chart is rendered as VML. You can try to force IE to edge mode (http://stackoverflow.com/questions/6156639/x-ua-compatible-is-set-to-ie-edge-but-it-still-doesnt-stop-compatibility-mode)

Regards,
Danail Vasilev
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
0
Luc Émond
Top achievements
Rank 1
answered on 21 Apr 2015, 01:04 PM

Hi, tks for the reply my browser is not in compatibility mode.

I will try to check edge mode and let you know.

If i press F12 on my web site edge mode is set at 7 and i don't know why.

Will try your link and let you know.

Tks

Luc

0
Luc Émond
Top achievements
Rank 1
answered on 21 Apr 2015, 01:50 PM

Tks i put this and it working great :)

<meta http-equiv="X-UA-Compatible" content="IE=edge" />

Tags
Chart (HTML5)
Asked by
Luc Émond
Top achievements
Rank 1
Answers by
Danail Vasilev
Telerik team
Luc Émond
Top achievements
Rank 1
Share this question
or