Home › Forums › Chart Support › Help with Spline Chart › Reply To: Help with Spline Chart
Would i do it like this in my php array_push($dataPoints, array("x"=> $row->strtotime(Date)*1000, "y"=> $row->Profits));
array_push($dataPoints, array("x"=> $row->strtotime(Date)*1000, "y"=> $row->Profits));