X-Asis using alternate timestamp?

Is it possible for Grafana to plot values on X-Asis using an alternate timestamp?

I’d like to plot the values of temperatureLow and temperatureHigh by the associated timestamps of temperatureLowTime and temperatureHightTime rather than using the default time column from InfluxDB.

> select temperatureLow,temperatureLowTime,temperatureHigh,temperatureHighTime from "darksky_daily" order by time desc limit 20
name: darksky_daily
time                 temperatureLow temperatureLowTime temperatureHigh temperatureHighTime
----                 -------------- ------------------ --------------- -------------------
2019-03-23T15:00:03Z 46.04          1554040800         68.82           1553983200
2019-03-23T15:00:03Z 37.94          1553436000         60.06           1553378400
2019-03-23T15:00:03Z 43.23          1553954400         64.42           1553896800