Home Forums Feature Requests & Feedback Random Yaxis and Xaxis title

Random Yaxis and Xaxis title

Viewing 4 posts - 1 through 4 (of 4 total)
  • #8533

    Hi,

    I am using ajax request to pull the data.
    However, I want to change the title of x and y axis also.
    How can I do that ?

    #8536

    vishuvishalbi,

    You can update / change title of axisX and axisY as shown below

    chart.options.axisX.title = "Title";
    chart.render();

    after updating / changing the chart please call chart.render(). For more info please refer to this article.

    __
    Anjali

    #8590

    Thank you so much…

    Actually I didn’t found that option anyWhere.

    However, I saw we’re hiring.

    I just wanted to ask is there any benchmark exactly

    I have 6 month of experience in php development.
    and work with jquery , css and javascript

    #8597

    We are looking for developers with 0-2 years of experience. In case you are interested please apply through the link.


    Sunil Urs

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

You must be logged in to reply to this topic.