Hi,
I want to plot 5 bars in a chart that contain the last 5 measurements of a timer (espresso shot timer). Since the timer is running while the espresso is extracting i build an automation to update a helper once the shot is finished.
I tried a Apex, Plotly but i didn’t manage to replace the time on the x axis with indices from 1 to 5 equally spaced with the respective values from the last 5 shots.
I also created a automation that creates a comma separated list of the last 5 shot times (e.g. “18.6,20.6,23.3,30.3,29.4”) but i also was not successful in using this data as an input to a bar chart.
Anyone has an idea how to best approach this?
Thanks in advance,
Andreas