Home Forums Chart Support axisx fonts are showing up italic

axisx fonts are showing up italic

Viewing 3 posts - 1 through 3 (of 3 total)
  • #33546

    Even though I’ve explicitly set labelFontStyle to normal, here’s my diddle.

    https://jsfiddle.net/sonnyjitsu/eufyob6z/7/

    • This topic was modified 3 years, 5 months ago by sonnyparlin.
    #33548

    setting

    labelAngle:0

    Fixed the issue.

    Thanks for the help.

    #33608

    @sonnyparlin,

    Glad that you figured it out. Based on the JSFiddle provided by you the axis labels are not in italic font style, instead, the axis labels are rotated. You can rotate the labels to your desired angle by setting the labelAngle property as shown in the code snippet below –

    axisX:{
       labelAngle: 0
    }

    Label Angle at 0 deg

    ___________
    Indranil Deo
    Team CanvasJS

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

You must be logged in to reply to this topic.