I am using the Diagram plugin in Grafana (v11.4.0) to create flowcharts, but I found that it does not support adding icons inside the nodes. This makes it difficult to create visually clear workflows or process diagrams.
I want to display small icons (e.g., machine, database, user) inside nodes in my flowcharts. Is there any workaround or alternative to achieve this in Grafana 11.4.0?
- Checked Mermaid.js, but the icon support inside nodes seems missing in this version.
- Looked for built-in options in the Diagram plugin but couldn’t find any.
- Explored custom CSS and external SVG embedding, but no success.