AsherGlick / ResourceCalculator

A Video Game Resource Calculator
https://resourcecalculator.com
GNU General Public License v3.0
56 stars 30 forks source link

Graph Gets Cut Off #115

Open Beatzoid opened 3 months ago

Beatzoid commented 3 months ago

Thank you for making this amazing website, it's been very helpful for me! I just noticed one issue when I tried loading this big resource list into the website. The base materials and text instructions are good but the graph gets cut off partway through, as seen here:

Screenshot 2024-03-12 at 7 36 01 AM

There's also a lot of overlap within the graph which makes it difficult to see where each resource goes.

I'm using Firefox 123.0.1 on MacOS 14.0 if it helps

AsherGlick commented 3 months ago

I'm guessing this has something to do with relative sizes of things being so small that they are having trouble being computed properly in the weighting algorithm. In the past I had wanted to make a logarithmic view to help with some stuff being super tiny, but in general the graph will probably still break when it gets loaded up with so many items because each item can get only so small.

You can see too that even the "large" items have only very thin lines coming off of them which is another bug, likely related to the same problem.

This graph is a good test case though, thanks for sharing it.