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

Fix number formatting for javascript #51

Open lazka opened 3 years ago

lazka commented 3 years ago

If the traffic is over 1000 GB a day it would write that out as "1,000.00" which isn't valid javascript and would break the frontend graph. Make sure to not use a thousands separator to fix this.