jQWidgets Forums

jQuery UI Widgets Forums Chart textRotationAngle 270 and IE8

This topic contains 3 replies, has 3 voices, and was last updated by  alisofts 10 years, 11 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • textRotationAngle 270 and IE8 #9843

    Glen Edwards
    Participant

    Hi

    I have been trying to get the textRotationAngle in IE8 to work at 270 If I set it to 90 it works but 270 does not seem to work for me. It works fine in Chrome and FireFox which I am assuming are in SVG, but can’t see to get it to work in IE8 (which I am assuming is using VML)

    In the jqxChart Column Series Example I added the textRotationAngle

    This will rotate

    categoryAxis:
                        {
                            dataField: 'Day',
                            showGridLines: true,
    			textRotationAngle: 90
                        },

    This will not rotate

    categoryAxis:
                       {
                            dataField: 'Day',
                            showGridLines: true,
    			textRotationAngle: 270
                        },

    Not the end of the world as 90 is working, just curious to know if this is a known limitation (or an error/misunderstanding on my side)

    Thanks

    Glen

     

    textRotationAngle 270 and IE8 #9845

    Peter Stoev
    Keymaster

    Hi Glen,

    Such textRotation angle is not supported in IE8 due to browser restrictions in the text rendering.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    textRotationAngle 270 and IE8 #9851

    Glen Edwards
    Participant

    Hi Peter

    Thanks. Good to know I am not going crazy.
    Regards
    Glen

    textRotationAngle 270 and IE8 #54130

    alisofts
    Participant

    you may try setting it to -90 instead of 270.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.