alexandermarston / vnstat-dashboard

A responsive web UI to view network traffic statistics provided by vnStat (with support for version 2.x)
https://alexandermarston.github.io/vnstat-dashboard/
142 stars 60 forks source link

Deal with v2 json output from vnstat defining hours differently #34

Open benjsc opened 5 years ago

benjsc commented 5 years ago

Using vnstat 2.0 I found that the hours were all broken. This turns out it's because the json output changed. The fix below fixes the hours being completely wrong in v2 json output. I've not tested with v1 api, though it should work.