Hello Grafana community!
What Grafana version and what operating system are you using?
Version 9.5.3 - RaspberryOS
What are you trying to achieve?
I read the data from a sensor and make it available in Grafana via the JSON interface. Thereby 36 values are read out in one pass and stored in an array.
- I would like to display these values in a 6x6 matrix
- The matrix should be updated every 1 second
How are you trying to achieve it?
So far I have looked at
- visualization “table” with transform “group to matrix”,
- visualization “heatmap”
- visualization “esnet matrix panel”
What did you expect to happen?
However, so far I have not been able to customize the various visualizations to display a 6x6 matrix. Furthermore no time values should be displayed.
Did anyone try something similar and could help me please? Thank you very much!