Closes #568, adds copyright information.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
@foreach($metrics as $metric)
|
||||
<?php
|
||||
$points = range(1, 11);
|
||||
foreach($points as $hour) {
|
||||
foreach ($points as $hour) {
|
||||
$points[$hour] = $metric->getValues($hour);
|
||||
}
|
||||
$points = array_reverse($points);
|
||||
|
||||
Reference in New Issue
Block a user