RCasatta / op_return

Deprecated, now https://github.com/RCasatta/rustat
http://opreturn.org
MIT License
13 stars 7 forks source link

stacked operations chart #9

Open shea256 opened 8 years ago

shea256 commented 8 years ago

I love the chart shown here: http://opreturn.org/index2.html. It's basically a stacked chart of the sum of all transactions per protocol over time.

Do you think we can add this chart in, alongside the other 4 charts? If so, can we cut off the last data point so that it doesn't look like there's a big drop off? Also, are those numbers right? Were there really 15 million transactions? Seems a bit off.

RCasatta commented 8 years ago

There was a bug on month grouped counters, now they should be correct.

I am still not sure of adding both month cumulative charts...

shea256 commented 8 years ago

Hm, can it be a stacked chart of the sum of the total transactions to date instead of a stacked chart of the new transactions by time period? Either that or it should probably be changed to monthly sampling so that it's not as jagged.