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

90 rotated text in Internet Explorer

4 Answers 87 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Dr.YSG
Top achievements
Rank 2
Dr.YSG asked on 07 May 2012, 08:37 PM
I have a chart with 90-degree rotated category axis.
categoryAxis:{
    categories:names,
    labels:{rotation:90}
},

This works fine in FireFox 12, but in IE9 (64 bit) running on Windows7 I am getting hierogliphics. I have done nothing special with the font settings in the browser, so it seems the default for charts is an Arial or Verndana type font.

Horizontal labeling is working fine. (the data is remotely driven, so creating a JsFiddle would take a little work).

4 Answers, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 08 May 2012, 04:21 PM
Hello Yechezkal,

Indeed, this is unknown issue. Could you please provide some screenshots, which illustrate the described problem? Thank you in advance.

Also, here is my test jsFiddle example

Kind regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Dr.YSG
Top achievements
Rank 2
answered on 14 May 2012, 03:24 PM
I am not seeing this with your JsFiddle, Since it is only showing up in my project, I suspect if is font related. I will see if I can create a JsFiddle that duplicates this.

Screen shot is attached.

The first one is FireFox the second is IE..
0
Accepted
Iliana Dyankova
Telerik team
answered on 16 May 2012, 12:28 PM
Hi Yechezkal,

Thank you for the screenshots. Could you please check the mode of the browser in which you render the chart - it is possible to render it in the Compatibility mode? If you need the chart to be correctly rendered in this mode you could use the following code snippet:

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


  Regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Dr.YSG
Top achievements
Rank 2
answered on 16 May 2012, 03:09 PM
Wow, you are really sharp!

Until you mentioned it, I had no idea that our I.T. department had modified everyone's IE browser to use compatibility mode for all intranet sites. (there is no reason for this). I turned it off and things are working perfectly.

Tags
Charts
Asked by
Dr.YSG
Top achievements
Rank 2
Answers by
Iliana Dyankova
Telerik team
Dr.YSG
Top achievements
Rank 2
Share this question
or