VolkovLabs / volkovlabs-dynamictext-panel

Business Text Panel for @grafana
https://docs.volkovlabs.io
Apache License 2.0
78 stars 14 forks source link

Changing sizes of panels by changing variables on dashboard #319

Closed MoroDzmitry closed 2 weeks ago

MoroDzmitry commented 2 weeks ago

I am using some different panels on one dashboards. I am changing status "visible" for some of them by changing variables. so I want to change sizes of panels by changing variables too. Is it possible? How is it do? Could you make example? Thanks an advance.

vitPinchuk commented 2 weeks ago

@MoroDzmitry Thank you for your question

This issue can be relevant to similar issues: #308 and #263

The layout and rendering of panels in Grafana are handled by the Grafana core framework. You can modify panel size directly in DOM using JavaScript, but we don't recommend this approach.

Thank you