How to show the total usage of gas of the gas dashboard instead of the complete energy-distribution card

I have created some mushroom chips card for gas / electricity / water.

I’m using the browser_mod to show more information in a popup window when I press the gas chip.

What I want is that I also see the total gas usage of the selected time period (day, week, month, year).

I can add the energy-distribution card:

But this also show the electricity, water, etc…

Is there a possibility to only show the gas total from the choosen selection?

Try this card where you can define the entities
ulic75/power-flow-card: A power distribution card inspired by the official Energy Distribution card for Home Assistant (github.com)

It will not work:

At least one entity for battery, grid or solar must be defined
type: custom:power-flow-card
entities:
  gas: sensor.daily_gas

So for this one you also need to specify more than only gas.

Yeah… just tried it myself and another issue is that it only shows ‘today’ so not use for me too…sorry