Hello everyone, I am developing a plugin for Grafana and need to add an option to hide the title of the visualization (example in the screenshot). How can I do this?
Thanks in advance for your help!
Hello everyone, I am developing a plugin for Grafana and need to add an option to hide the title of the visualization (example in the screenshot). How can I do this?
Hi @maxymzakharkiv,
The Panel Title is controlled by the user and not the individual visualisation, it therefore cannot be hidden by your panel plugin. You can of course just remove the text from the title option to display no value there:
Got it, thanks for your help!