Influx 2.0 value and time pairs to display (ignoring influx timestamp)

hello,
i notice few things,
first :
this is the same issue in this post,

i mean measurement is used as a field , and field is used as value.

second most important:
I notice you store a time field in a time series database.
if you look at any query result in influxdb you can notice every value have already a _time field , (even your time field have a time value ). this is one of the key concept of time series db.

I suggest you to stop store a time field and change your struct if you can.
if you can’t change your struc i can still help to make this working