Hello Grafana Community,
I hope you’re all doing well. I’m currently working on a Grafana dashboard project and I’ve encountered a challenge regarding uploading images from my local Windows system. I’ve tried using the <img>
tag with a local file path in Text plugin panel but the images aren’t displaying in the panel.
Sure, here’s a message you can use to ask the Grafana community for help on how to upload an image from a local system in a Windows environment:
Subject: Need Help Uploading Local Images in Grafana on Windows
Hello Grafana Community,
I hope you’re all doing well. I’m currently working on a Grafana dashboard project and I’ve encountered a challenge regarding uploading images from my local Windows system. I’ve tried using the <img>
tag with a local file path, but the images aren’t displaying in the panel.
Here’s what I’ve done so far:
<div>
<img src="C:/Program Files/GrafanaLabs/grafana/public/img/turbline.png" width="160" height="95">
</div>
Could anyone please guide me on how to properly upload and display images from my local Windows system within a Grafana panel? What’s the recommended approach for achieving this? Dashboards