How To Support Panel Image Rendering in Grafana Server

Author: , July 15th, 2020

To render a panel image, you must install the Grafana Image Renderer plugin.

How To Fix Safari And IE7 Table Rendering Problems

Author: , May 30th, 2011

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 […]