Unable to show graph in Influxdb 2.0 dashboard

Hi,

I’m trying out Influxdb 2.0 for a simple graph. I have this query

And the data is something like this

fetchedBoardGame,id=1 count="1" _time
fetchedBoardGame,id=2 count="1" _time
fetchedBoardGame,id=1 count="1" _time
fetchedBoardGame,id=3 count="1" _time
fetchedBoardGame,id=2 count="1" _time
fetchedBoardGame,id=1 count="1" _time

But for some reason, I can’t see the graph, there are data points, though, but no lines connecting them

Imgur: The magic of the Internet (new users can only have 1 image :sob: )

I’m not sure if my query is correct or there is something obvious that I missed