cuducos / my-internet-speed

🛎️ Monitor the speed your ISP is delivering
GNU General Public License v3.0
135 stars 13 forks source link

Update the chart to not stack the y axis #13

Closed shamanime closed 6 years ago

shamanime commented 6 years ago

Currently the chart area is summing up the upload/download values and the y lines are "wrong".

For instance, with download speed of 93Mbps and 22Mbps upload, the download line is rendered at 115Mbps.

This edit changes this behavior, not stacking both values so each line will be at the correct mark.

Before: screenshot 2018-07-19 12 58 51

After: screenshot 2018-07-19 12 59 44

cuducos commented 6 years ago

Wow! Many thanks for this fix, @shamanime ✨