GyulyVGC / sniffnet

Comfortably monitor your Internet traffic 🕵️‍♂️
https://sniffnet.net
Apache License 2.0
18.64k stars 558 forks source link

Use smoother curves to interpolate traffic chart data points #461

Closed GyulyVGC closed 9 months ago

GyulyVGC commented 9 months ago

This PR changes the interpolation method used for data points represented in the traffic chart.

Instead of linear interpolation, now a cosine-like spline is used. This results in a smoother and overall better-looking traffic chart (see pictures below).


Before

After