grafana/grafana-image-renderer

full page rendering fails, using the latest Grafana and grafana image renderer

amnonh opened this issue · 4 comments

What happened:
I'm using Grafana 11.1.0 and Grafana Renderer 3.11.0. I'm using the following URL to a full dashboard:
http://localhost:3000/render/d/detailed-6-0?orgId=1&from=1719479066300&to=1719484258954&width=1600&height=-1

I get only the visible screen (e.g. no scrolling is done).

image

What you expected to happen:
The entire dashboard would be displayed
How to reproduce it (as minimally and precisely as possible):
Take a long enough dashboard and see that it does not scroll.

Anything else we need to know?:
It would also be nice not to show the left menu

Environment:

  • Grafana Image Renderer version: 3.11.0
  • Grafana version: 11.1.0
  • Installed plugin or remote renderer service: remote renderer in a docker container
  • OS Grafana Image Renderer is installed on: docker
  • User OS & Browser: chrome, fedora
  • Others:

@amnonh , could you confirm if this is still broken in 3.11.1 that was release a few hours ago?

@vincent-olivert-riera unfortunately, it is still broken.

Hi! You should use the latest version of the image renderer (3.11.1) and set &kiosk in your URL to remove the left navigation section that messes up with the scroll behavior.

@AgnesToulet Thank you! adding the kiosk with version 3.11.1 solved the issue!