VolkovLabs / business-text

The Business Text panel plugin allows you to construct a text visualization template from the values of a dataset returned by a data source query.
https://docs.volkovlabs.io
Apache License 2.0
81 stars 13 forks source link

Changing sizes of panels by changing variables on dashboard #319

Closed MoroDzmitry closed 4 months ago

MoroDzmitry commented 4 months 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 4 months 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