Hello all,
I load into Node Red a csv file with 100 unlabelled columns and 100 unlabelled rows.
What output should I chose in the read file and csv nodes to send to InfluxDB my data as a table that I can use in Grafana heatmap module to plot?
For now, I manage to see my data in Grafana as aggregated by time, with a time-based x-axis.
My goal is to have my columns as x-axis and rows as y-axis, with the value of each individual cell.