MONROE-PROJECT / UserAccess

0 stars 1 forks source link

Resources graph stops early #24

Closed relet closed 6 years ago

relet commented 6 years ago

When displaying all nodes (no project filters), the resources graph stops at 609 instead of (currently) 615. As soon as you select some, but not all projects, the display is correct again.

corner

mikepeon commented 6 years ago

I had some issues trying to make a dynamically sized canvas (according to the number of displayed nodes), so I fixed the width for 250 nodes. To fix it, we need to either:

(Notice that, as the canvas is statically sized right now, there will be blank space at the bottom when filtering) Maybe changing the 250 for a constant would also be nice...

Mohammad (@IMDEA), will you fix this? Tell me thru Skype if you have trouble with it.

Regards, Miguel

On 10/04/2018 09:43, Thomas Hirsch wrote:

When displaying all nodes (no project filters), the resources graph stops at 609 instead of (currently) 615. As soon as you select some, but not all projects, the display is correct again.

corner https://user-images.githubusercontent.com/135696/38542966-8d6e0a76-3ca3-11e8-8616-58eb14ecd4d2.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/MONROE-PROJECT/UserAccess/issues/24, or mute the thread https://github.com/notifications/unsubscribe-auth/AQhKcGj5fAAk72ngB5mGvnBXI6InHa2Cks5tnGKpgaJpZM4TNwOu.

-- Miguel Peón Quirós miguel.peon@imdea.org +34615607843

relet commented 6 years ago

Fixed (for now)