Hi there…
I am currently graphing power from a meter. I use node-red to find the amount of power used per hour and send the data to influxdb.
Is there a way to display the graph so that the periods where there is no data is not shown (basically to remove the blank space and tighten up the display).
The line with fill method works well for data that is polled each 20 seconds but imported power at this level is not valuable hence the hourly totals being used (this may be changed to 6 hourly as even hourly is overly detailed).
Regards
Tony