Bar-gauge to display few values (sum) like flat pie-chart

Hi, I’m using Grafana8 and prometheus datasource.
Is there a way to visualize a bar gauge to be like flat pie-chart, that is:
Query is
count_values(“status”, probe_success{job=“webservers”})
and it returns two sums

and I’m receiving
{status=“0”} [##-----------------] 8
{status=“1”} [############] 60

Is there a way to receive one bar with total and indivual values
{ }[xxYYYYYYYYY] 68 with 8x and 60Y

Would appreciate any hints.

You can stack bars inside the time series chart like this:

https://play.grafana.org/d/000000012/grafana-play-home?orgId=1&editPanel=5

Hi Matt, thanks for your response. Yes, stacked bars inside timeseries are cool but I’m targeting for an instant query and not time-series.

Any other idea? Stacked bar gauge (LCD)?

Hello! I am having this same idea and am finding a hard time figuring it out… You progressed on this or… ?