Home › Forums › Chart Support › Shared tooltip › Reply To: Shared tooltip
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