arevindh / pihole-speedtest

Pihole Speedtest Mod
https://arevindh.github.io/pihole-speedtest/
MIT License
218 stars 22 forks source link

No vertical axis on mobile #125

Closed ipitio closed 1 year ago

ipitio commented 1 year ago

image

I use Safari on mobile, and the graph is flat as can be seen in the above image. It looks fine on desktop.

This bug was introduced in the previous update.

SHelfinger commented 1 year ago

Hello,

yes I can confirm, to solve the issue in the file

/var/www/html/admin/index.php

Change the line 124 from

`

                 </div>`

to

`

                 </div>`

Pihole changed the initial "chart" size with style attributes.

EDIT

Just to be fair changed attribute to the original (speedtest mod) 240px

ipitio commented 1 year ago

I fixed the issue, changes merged.