Add graphic to the dashboard

I would like to add a graphic (jpg) to the dashboard. How do i do this?

You could use the Text panel in html mode and link to an image.

4 Likes

What about a picture on a local PC? are there any limits on picture type?

1 Like

Grafana has no function for uploading images from your computer to the server. The image has to be located somewhere which is available to all users of your dashboard so that an HTML link/image would work.

There are no limits on image type. If it can be shown on a webpage then it will work.

Hi,
There is a way to upload an image from a raspberrypi?

Thank you.

Additionally you can use tags such as and width and height to format your image, for example:

html

1 Like

You can include an image that will occupy one panel fully but will adjust to the size of the panel, by using the FlowCharting visualization type, then the β€œdraw.io” (edit draw), then paste your image inside the the β€œdraw.io” editor.

is it possible to load an image from a sharepoint location?

Welcome @bradregan

If you are using self-hosted Grafana OSS and it’s on the same network as your Sharepoint location (or at least the Grafana machine can freely β€œsee” the Sharepoint image URL), then you could theoretically see it using the HTML plugin (img tag) or even try displaying it in a table like this:

1 Like

Thanks Grant

Ho Folks

Jumping onto this thread after some while.

I like the idea of including the image inside the draw.io.

Can anyone imagine that an image could be easily included dynamically. So based on the state of some value or variable for example, a different image may be displayed inside the draw.io?

Thanks
E