You must be logged in to post your query.
Home › Forums › Chart Support › Shared tooltip
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
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.
yValueFormatString: "$#,##0.#k"
— Vishwas R Team CanvasJS
You must be logged in to reply to this topic. Login/Register