Time series chart from a dataset tag

The time series chart works fine when query from database, but when I tried to try using a dataset tag, it didn't display the trend.

here's the dataset tag.
the t_stamp column is Date type and RRP is double type
image

I have also mapped the RRP column to the trend.
image

Not sure what could be the issue.

by referring to the following suggestions, I have swapped the column order, made the time column to be the first column, but still not working.

the data type of the time in the dataset tag is "timestamp".

I tried to change it to unix integer as ms, it didn't work either.

XY chart works great, but I want to have a x trace to track the values. XY chart does not support this function.

Putting the time column first is specified in the documentation. With that, what you are showing looks right. Perhaps not doing so first screwed up the component. Have you tried deleting it and starting over?

You are legend.

Never thought about that.

1 Like