Viewing a single comment thread. View all comments

Tm1337 t1_jcvi2kc wrote

That doesn't make sense. If you already have the graph it's simple to somehow smooth it in javascript without any API call.

My first try would be a moving average, which is really simple to implement and adjust.

6

TiborUdvari OP t1_jcvlsud wrote

I don't have the data for the graph, it's an embed. I tried the API way at the beginning, but changed direction to this.

8