Home Forums Chart Support Emtpy charts Reply To: Emtpy charts

#34685

Hi,

Thanks for the help!! Sorry to ask what may seem a silly basic question, but if my arrya is setup by:

$dataPoints[] = array(“x” => (strtotime($row[0])*1000), “y” => $row[1]*1 );

Is there an easy way to turn this into having the current X Axis as a Label?

Thanks,

Mike