Home Forums Chart Support Format date in tooltip content Reply To: Format date in tooltip content

#8266

widgy,

You can use xValueFormatString property of dataSeries to define how x-values must be formatted before they appear on the indexLabel or toolTip. You can format numbers and date time values using this property. For example if you set xValueFormatString as xValueFormatString: "DD/MMM/YYYY HH:mm:ss" then the x-value appearing in the toolTip will be formatted as shown in the image below.

Date-Time chart with customized toolTip value using xValueFormatString

Please refer to this JSFiddle for a working example with code.

__
Anjali