[NC17] graphs for active users and shares are tiny (not scaling well) under Admin->Settings->System

Hello,

Is someone else seeing this issue, that the graphs in the admin settings under “System” are extremely small?
It looks like this:

The other graphics look fine though:
grafik

I have this issue, since this feature came with NC17 and it didn’t get better with NC17.0.1.
Does anybody have any ideas, what may cause this behavior and how to fix this?

There is nothing in the logs and even the browser console is not showing anything (not anything different compared to other NC pages).

I wanted to ask here for experiences of other users before opening an issue in Github.
Therefore thanks for every response and feedback.


Nextcloud version (eg, 12.0.2): 17.0.1 (latest stable)
Operating system and version (eg, Ubuntu 17.04): Arch Linux LTS kernel
Apache or nginx version (eg, Apache 2.4.25): nginx 1.16
PHP version (eg, 7.1): 7.3.11

Yes, the described problem seems to be a general one. The following issue tickets have already been created to address these problems:




1 Like

Thanks a lot @j-ed
I just realized I searched the wrong repository :see_no_evil:

Well, that already answers everything. Big thanks!

Hi,

for temporarry solution I added a Custom CSS with the design App:

#activeuserscanvas.barchart{display: block; width: 250px; height: 200px; max-width: 450px; max-height: 350px;}
#sharecanvas.barchart{display: block; width: 490px; height: 105px; max-width: 500px; max-height: 450px;}

I’m not a Programmer so may be it’s not the nicest one but works for me :slight_smile:

1 Like