hello sir
I want to use the time format on the x-axis like 01:15 so how can I use that. now I am not getting anything on the x-axis. please help me. dataset is like
$dataPoints = array(
array(“x” => 10, “y” => 01:15),
array(“x” => 20, “y” => 01:30),
array(“x” => 30, “y” => 01:45)
);