Home Forums Chart Support title have mutiple line

title have mutiple line

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

    Dear, all

    I need all of you help me. How can I make title of chart has many line?

    Example:
    Dynamic Graphic
    About Datapoints

    Best regard,
    Raya

    • This topic was modified 6 years, 5 months ago by rayateng.
    #17606

    @rayateng,

    You can have only one title to the chart as of now. Instead you can use multiple subtitles.

    ___
    Suyash Singh
    Team CanvasJS

    #17607

    Thank you so much for answer quickly :) I got it. But if I use like this code ” chart.options.subtitles.verticalAlign = “center”; ” it doesn’t working and if I want to use Title and subtitles in the same verticalAlign: center, it can’t too. Please help me because I want to use this two title on center.

    #17608

    @rayateng,

    Since subtitles is an array, using it as chart.options.subtitles[0].verticalAlign = "center"; should work fine.

    ___
    Suyash Singh
    Team CanvasJS

    #17610

    I’m sorry brother I can’t use it so example me in jsfiddle please…

    #17623

    @rayateng,

    Please have a look at this jsfiddle.

    ___
    Suyash Singh
    Team CanvasJS

    #17626

    wow…wonderful! Thank you so much brother :)

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

You must be logged in to reply to this topic.