I've come upon an interesting implementation, where the chart is created when some simulation starts, and tracks the value of something over the duration of that time. However, this is entirely disconnected from any notion of a timestamp, other than that new data comes in each second. Would this option be difficult to include in the code?
Thanks