Bar Chart To Always Display 24-Hour Period

0
Hi,  I have a column chart whose x-axis should always display the last 24 hours, regardless of whether there is data or not. How can I achieve this? I’ve messed around with the Plotly range attribute, however, I can’t hardcode the date due to the obvious dynamic state of the graph. Any help would be appreciated!
asked
1 answers
0

Why not create a non persistent object and create the 24 datapoints in a microflow and use that as bases for the bar chart. Because you then can still create datapoints with value 0 if no data can be found for that hour.

Regards,

Ronald

 

answered