I am embedding a grafana panel in an iframe on another application.
Is it possible to hide the panel menu? I have removed the title, so at least people don’t normally click it.
Thanks for any pointers
Ryan
I am embedding a grafana panel in an iframe on another application.
Is it possible to hide the panel menu? I have removed the title, so at least people don’t normally click it.
Thanks for any pointers
Ryan
There is no toggle for that in Grafana. Maybe you could do it with CSS by using display: none
or custom JavaScript that deletes the html element.