I’m trying to create a simple heatmap which has the x axis as a column of data, the y axis as a column of data, and the hue as the third column. It’d be similar to this:
https://seaborn.pydata.org/generated/seaborn.heatmap.html
Essentially I’m looking to create a wafer map where the x and y are positions and the hue is a value from one of the columns.
It seems like the heatmap in grafana is time based. Is there a way to override this?