Heatmap to visualize grid of values

Hi, I want to see if I’m able to use a grid to visualise data using something like a heatmap. This grid would have 3 columns for each row. So for the data below, labels 1, 2, and 3 would be the first row while label 4 would be on the second row. I want to use a heatmap so that I can have the color of the grid tile be more intense with higher values.

My data is something like

Label | Value
1 | 12
2 | 24
3 | 36
4 | 48

Thanks! :slight_smile:

doable via business text but it seems you don’t want to use that

I’ve learned more since then. The business panel plugin would work for that but I ended up developing a custom Grafana plugin to control the number of items displayed in each row.

1 Like