Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to turn off plots in graphs #589

Open
npelov opened this issue Jan 27, 2025 · 1 comment
Open

Ability to turn off plots in graphs #589

npelov opened this issue Jan 27, 2025 · 1 comment
Labels
feature A new feature request or enhancement

Comments

@npelov
Copy link

npelov commented Jan 27, 2025

Description

Some plots make it hard to see others because of the scale. For example if there is 4 tb total storage and 10-20 gb used storage, then you can't see how storage is filling over time, because it looks like a straight line near the zero. Another example is locked collateral vs risked collateral. Ideally you would have two different scales both sides, but it gets complex when you have more than two graphs.
Turning off graphs should be the easiest fix. if you want to have a look at contract used storage you can turn off total storage.

Version

v2.0.2

What operating system are you running (e.g. Ubuntu 22.04, macOS, Windows 11)?

debian + docker

Anything else?

Not having that is not the end of the world. It's just a nice thing to have.

@npelov npelov added the feature A new feature request or enhancement label Jan 27, 2025
@npelov
Copy link
Author

npelov commented Feb 4, 2025

I just want to add some thoughts about the Revenue graph. It is supposed to show how much you earn from hosting. However it adds potential to the actual earning and this way neither can be seen separately.
If you want to look potential you would turn off earned graph because it's counted twice - once at registering potential, second time on contract end.
If you want to only look at actual income, then potential is polluting the graph.

On average this graph shows double the earned coins, but you can't just divide by two - you might be having a bad day, week, month, but the earned potential are 1 to 8 weeks apart usually. I don't have node older than two months, but what I imagine would happen is there would be as many potential as earned, just not spread evenly.

Switching to non-stack view also doesn't give you overview of total income, just the ratio of download vs upload vs storage vs other.

IMHO these to do not belong together. Possible fixes:

  1. add a switch to show potential or earned.
  2. split those to two graphs.
  3. implement hide/show for each line/value as in the feature request above.

@ChrisSchinnerl ChrisSchinnerl moved this to Backlog in Sia Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature request or enhancement
Projects
Status: Backlog
Development

No branches or pull requests

1 participant