roe1974
February 25, 2026, 7:40pm
1
Since version 12.4, a “powered by Grafana” logo is displayed in the top right corner of my share embed graphs. Can this be disabled?
br Richard
1 Like
Came here to say the same. It’s much worse for my panel, as it completely covers up the last graph, making it impossible to even see the value at all:
I would be happy to have the logo next to the data, but, I can’t control how it is placed on top.
Making things worse, when you hover over the image, the only way to make the logo vanish, it instead puts the […] menu icon on top of the very same corner, again making it impossible for me to read the value of the last block. This has rendered embedded graphs completely unusable.
2 Likes
roe1974
February 27, 2026, 7:06am
3
It can be disabled with &hideLogo=true
see:
main ← feature/embedded-panel-logo
opened 07:20AM - 12 Dec 25 UTC
**What is this feature?**
Adds a “Powered by Grafana” branding overlay to `d-… solo` (solo panel embed) pages via `SoloPanelPageLogo`. The overlay scales with panel size, hides on hover, and can be hidden via a `hideLogo` query param. Panel image generation URLs now include `hideLogo=true` so rendered images don’t include the overlay.
Non responsive design (from early dev of feature)
<img width="500" height="234" alt="before resize" src="https://github.com/user-attachments/assets/07d4cb91-1a80-46ef-8488-0de58ef21bfb" />
Responsive design (current)
<img width="500" height="238" alt="auto-resize (now smaller)" src="https://github.com/user-attachments/assets/80de9e17-f591-4308-b1f0-984cdb42db3d" />
<img width="501" height="289" alt="auto-resize (small) after" src="https://github.com/user-attachments/assets/a360b23e-ad46-4c22-91be-32ddbca28cf6" />
**Why do we need this feature?**
To improve Grafana brand visibility for embedded panels while still avoiding interference with panel content and ensuring image rendering/export workflows can generate clean (unbranded) images when required.
**Who is this feature for?**
- Users embedding single panels in iframes.
**Feature in action**
https://github.com/user-attachments/assets/9168e381-9a58-4a90-94d3-f2f03ac09f8e
br, Richard
5 Likes