How to create a line visualisation with time series table?

Hi there,

I am trying to create a line graph from a table with 2 columns and multiple rows - one column representing the date and the other with the associated value. Is there a way to do so without transposing the data? Thanks

If you run a query for “raw data” on that table and attempt to graph it as a line chart does it not work?

What is the ordering of the columns of data as it comes out?