Hi. Is it possible to disable resizing in the panel?
That is internal Grafana functionality so not without forking Grafana and changing the code. What’s your use case for disabling resize?
I’m developing a plugin that will display SVG graphics (using D3.js). There can be many graphs on one panel. And I need all the graphics to occupy the full width of the screen. I had an idea in the properties of CSS to hide the tag with the class “resize-panel-handle” I’ll probably have to use it.