Home Forums Chart Support indexLabelFontSize not working Area type chart

indexLabelFontSize not working Area type chart

Viewing 7 posts - 1 through 7 (of 7 total)
  • #32515

    Hi

    trying to change indexLabelFontSize, not working for me using chart type = “area”.

    Can anyone help me?

    Thanks

    #32519

    @tuzzo77,

    indexLabelFontSize seems to be working fine across all chart-types including area chart. Can you kindly create a JSFiddle reproducing the issue you are facing and share it with us so that we can look into the code / chart-options being used, understand the scenario better and help you out?


    Vishwas R
    Team CanvasJS

    #32523
    #32547

    @tuzzo77,

    It seems that you are not using indexlabels in the JSFiddle that you have shared. Can you kindly share appropriate JSFiddle so that we can refer & help you solve accordingly.

    If you are trying to change the size of labels (axis-labels), try setting labelFontSize property in axis level.


    Vishwas R
    Team CanvasJS

    #32554

    I’m speaking of indexLabelFontSize. This is my problem. To reduce font size of x label. JSFiddle is correct. Thanks

    #32568

    @tuzzo77,

    You can customize the font-size of axis-labels using labelFontSize property whereas font-size of indexlabels using indexLabelFontSize.

    CanvasJS - Labels & Indexlabels


    Vishwas R
    Team CanvasJS

    #32574

    Thank you so much. With labelFontSize worked like a charm.

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

You must be logged in to reply to this topic.