Home Forums Chart Support Shared tooltip

Shared tooltip

Viewing 2 posts - 1 through 2 (of 2 total)
  • #24755

    Hello Canvas JS team,

    https://jsfiddle.net/zy4gkqup/

    In this snippet, for first line chart, I have y value as ‘y: 0.2’ but it is not getting displayed in tooltip. How can I show that value on tooltip.

    Thanks,
    Tejal

    #24759

    Tejal,

    Y-Value in toolTip is not being displayed for the value 0.2 due to yValueFormatString that you have set. Setting yValueFormatString: "$#,##0.#k" should work fine in this case. Please refer documentation for more formatting options available.


    Vishwas R
    Team CanvasJS

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

You must be logged in to reply to this topic.