I am using Grafana 8.3.3 with Influxdb
QueryA looks like this:
select last (“value”) from “processes” where $timeFilter GROUP BY time($_interval),“user” fill(null)
In Graph Style I have “Stack Series” as “Off”.
I am able to see the graph stacked – which is great.
QueryB is something simple:
select last(“cores”) from “total” where $timeFilter GROUP BY time($_interval) fill(null)
Is it possible to have QueryB have a dashed line type?