How To Support Panel Image Rendering in Grafana Server

To render a panel image, you must install the Grafana Image Renderer plugin.
1 2 |
sudo grafana-cli plugins install grafana-image-renderer sudo service grafana-server restart |
![]() |
To render a panel image, you must install the Grafana Image Renderer plugin.
1 2 |
sudo grafana-cli plugins install grafana-image-renderer sudo service grafana-server restart |
I was having trouble with a table not sizing properly. The width of the table was much wider that the content. It tuns out that both Safari and IE7 have trouble with COLSPAN. Worked just fine in FF and IE8. The fix was to make the COLSPAN into a single cell and place another table […]