Correlation matrix using HeatMap Visualization

Hello All,
I am using Grafana 7.0.6. I intend to plot a correlation matrix (wherein X and Y axis have the same labels and each cell is a correlation co-efficient of x[i]y[j]) and present it as a heatmap on the panel. The matrix cell values would be in range of -1 to 1 and heatmap gets colored from dark to light for positive to negative correlation. Similar to a python seaborn heatmap. From what I read on the documentation, Grafana heatmap supports time based data. So in this case, since the correlation matrix data is not time dependent, how do I show it as a heatmap on the panel

Regards,
Manan

2 Likes