Padding issue on an iframe with Grafana

Trying to figure out if there’s a way to eliminate the extra padding on the bottom of my embedded Grafana chart:

type: iframe
url: >-
  https://grafana:3000/d/92Ufs7Wgz/home-power?orgId=1&viewPanel=4&kiosk&frameborder=0&refresh=1m
  width="450" height="200"
aspect_ratio: 80%

I’ve searched a few of the threads, and playing with the above values, but can’t quite figure out what it is. Thanks!

Try an aspect ratio of 65%.

Thanks for the reply! No, doesn’t make a huge difference besides changing the size of the chart:

I have tried a bunch of different values for that without much luck.

What happens if you leave the width and height out of the URL?

type: iframe
url: >-
  https://grafana:3000/d/92Ufs7Wgz/home-power?orgId=1&viewPanel=4&kiosk&frameborder=0&refresh=1m

Same thing; could it be coming from the Grafana side?