grafana_mail icon indicating copy to clipboard operation
grafana_mail copied to clipboard

Update to Grafana 5.0 - width/height issue

Open pdott1 opened this issue 6 years ago • 1 comments

Thanks for the neat script.

I upgraded to Grafana 5.1.2 and rendered dashboards are now being cropped in the email. Tried adjusting the default width/height to no avail.

Worked previously in v 4.6.3 https://mygrafanaserver/render/dashboard/db/gateway-app-servers?width=1700&height=500&timeout=240

Attaching cropped dashboard image as taken from the email.. cropped

pdott1 avatar May 10 '18 23:05 pdott1

A quick workaround is to add ?orgId=1 to the url, like so.

https://mygrafanaserver/render/dashboard/db/gateway-app-servers?orgId=1&width=1700&height=500&timeout=240

But then you need to play with the height and width to get it right, whereas before the number of rows didn't matter, the default height/width you used would auto adjust the image and squeeze everything in.

pdott1 avatar May 14 '18 23:05 pdott1