a1eaiactaest / rere

rere is an easy to use, nature conditions monitoring software.
MIT License
0 stars 0 forks source link

Downsample chart.js data. #19

Closed a1eaiactaest closed 3 years ago

a1eaiactaest commented 3 years ago

This:

Screenshot 2021-11-20 at 12 33 07

Looks terrible.

Using chart.js data decimation module limit the number of display points to increase chart readability. For every 3-5 points there should be one or depending on dataset length there should len(dataset)/10 many points.

a1eaiactaest commented 3 years ago

This won't be needed if I'll just limit amount of points. Eg.: remove last one from left, append new one to right.

https://github.com/a1eaiactaest/rere-api/issues/20#issuecomment-984493414

a1eaiactaest commented 3 years ago

done this in 638b58e458d014d094422f3b876e18fb233b5036. only ~100 points show up now. closing.