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!