Home Forums Chart Support Creating a chart from data with SQL DB [PHP] Reply To: Creating a chart from data with SQL DB [PHP]

#23049

@d3bsky,

You can format x-value and y-value displayed in toolTip / indexLabel by setting xValueFormatString and yValueFormatString respectively whereas valueFormatString just defines the format of axis-labels.

xValueFormatString: "HH:mm",
yValueFormatString: "#,###.##"


Vishwas R
Team CanvasJS