Help on time series chart

Hello all,

I have 2 screens that are currently using the timeseries chart. One of them is working as intended, and the other is not working at all. Im not sure what's the difference between the two, or why the second one is not working,

Here's the broken one:

Here's the working one:

I've always had trouble with this component, so any help would be greatly appreciated.

The most common issue is that the data you're returning isn't in ascending order by timestamp.

Check the output console in the designer and see if there are any useful logged errors.