jhoenicke / mempool

Bitcoin Mempool Statistics
GNU Affero General Public License v3.0
334 stars 92 forks source link

scale the chart up when filtering out certain fee levels #1

Closed Giszmo closed 7 years ago

Giszmo commented 7 years ago

It would be nice if the chart spaced was used better when filtering out low fee transactions.

For example when I filter for transactions above 200sat/B, only the bottom 20% of the chart are used.

jhoenicke commented 7 years ago

I think this is a bug in flot. But I can probably work around it, by removing the fee levels instead of setting the visibility flag to false.

Needs a bit of rewrite though, to keep the data somewhere else.

jhoenicke commented 7 years ago

Should work now.

Giszmo commented 7 years ago

it does :) thank you