Graph: "Current" not showing

G’Day,
I want to display the current temp on my basic temp graph, but even though I’ve selected it in the legend nothing is showing except the label. I’m using an influxdb with Grafana. Any idea what I’m doing wrong?

Cheers
Sean

Query here:

{
  "request": {
"method": "GET",
"url": "api/datasources/proxy/1/query",
"params": {
  "db": "Wx",
  "q": "SELECT \"value\" FROM \"HICout\" WHERE time >= now() - 5m",
  "epoch": "ms"
},
"data": null,
"precision": "ms",
"hideFromInspector": false
  },
  "response": {
"results": [
  {
    "statement_id": 0,
    "series": [
      {
        "name": "HICout",
        "columns": [
          "time",
          "value"
        ],
        "values": [
          [
            1610173901000,
            " 39.91"
          ],
          [
            1610173931000,
            " 39.99"
          ],
          [
            1610173961000,
            " 39.99"
          ],
          [
            1610173991000,
            " 40.01"
          ],
          [
            1610174021000,
            " 40.37"
          ],
          [
            1610174051000,
            " 40.29"
          ],
          [
            1610174081000,
            " 40.03"
          ],
          [
            1610174111000,
            " 40.08"
          ],
          [
            1610174141000,
            " 39.70"
          ],
          [
            1610174171000,
            " 39.83"
          ]
        ]
      }
    ]
  }
],
"executedQueryString": "SELECT \"value\" FROM \"HICout\" WHERE time >= now() - 5m"
  }
}

Screen shot here:

Data looks like this

is it for you catalina 310?
number must not be a string, then you get the desired values

Thanks Melrose, but not sure how to do that…got any tips?

PS. are you interested in Catalina 310s too?

how are you generating the data? there you have to change the datatye of the element it saves.
Yes I had a catalina 315 and it was very nice vehicle