Hello guys,
I want to plot a FFT (“fast fourier transformed”) result in my grafana dashboard. Now I’m working with influx DB to supply the data for grafana.
Here is the problem, the FFT is a non time series data, however will be nice to know and be able to filter by the time.
For example this table:
I would like to see my x axis with the name of the columns (is not just another row values) and the Y axis with the value of the collumn, and I wanna filter it by time.
Is it possible?
If there is another way I’m open to receive any suggestion to plot FFT at grafana, and I’m almost sure that someone already did it.
Thanks!!!