Dashboard cell: Add image cell
Open
enhancement
team/ui
- Dominant language
- TypeScript
- Stars
- 117
- Forks
- 51
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 4
Description
**Proposal:**
In Grafana it’s possible to have an "image" cell that displays decoded base64 strings stored in a database as an image.
**Current behavior:**
base64 encoded string is not decoded:
```
data:image/svg+xml;base64, PD94...
```
**Desired behavior:**
Image should be displayed.
**Alternatives considered:**
Use Grafana.
**Use case:**
Camera sensors to display traffic etc.

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.