|
|
- $output[] = array($row["date"], round($last, 3), round($curr, 3), round($last, 3), round($curr, 3), $row["hit"]);
|
|
|
+ $output[] = array($row["date"], number_format($last, 3, ".", ""), number_format($curr, 3, ".", ""), number_format($last, 3, ".", ""), number_format($curr, 3, ".", ""), $row["hit"]);
|