Stacking fields in graph panel

Hi all,

I am having some difficulties trying to stack multiple fields (influxDB) in a single graph. I am using a graph panel formatted as time series

SELECT sum(“est_power_costs_24h”) ,sum(“est_revenue_24h”) FROM “future_profitability” WHERE $timeFilter GROUP BY time(10m)

So in this case I’d like to stack both “sums” in a single column. Is that possible?

Do you have histogram mode on? disable it and have time axis instead and they will stack on top of each other

Hi Torkel,

Thanks it worked!!

rodney

ps: sorry for the late acknowledgment