Pie Chart label formatting

You have to format it in the binding. For example, if the data is bound to a SQL query you can do something like:SELECT DATE_FORMAT(t_stamp, '%h:%i:%s'), duration FROM tableThat function above exists in MySQL so it might be different depending on your database.