Browse Source
The $jsonobj array is iterated from the back, so the first entries overwrite the newest entries (that is, the ones from the back). So it happens that instead of the traffic for today 16 o'clock ,the traffic from the day before yesterday 16 o'clock ends up in the array $data_template and is displayed in the graph. But this should not be like this!pull/1158/head
committed by
GitHub
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue