History popup graph, how to display a bar graph

Hi,
I’m really new to HA.
I’ve electrical Noos plugs, to track my energy consumption on a specific device. It’s a counter that always grows.
On the UI, when I click on the device there is a popup with an history graph, values are graphed as a growing line. How to change this popup graph to display bars, I’d like to see the consumption by hours.
Thanks.

Popup for an entity shows a graph for this entity.
To see a graph for some processed data (like “hourly”) - you need to create a corr. entity.
But it’s popup will still show you a linear graph, not bar-like (like on Energy page). To see this bar-like graph, you need to create a card with this graph placed on some view/subview.

Hi,
Ok, thanks.
Could be an improvement: to adapt the popup graph to the entity type.

Currently:

  1. All sensor with state_class (i.e. having LTS, long-term statistics) have linear statistics graphs (showing 5-minute readings).
  2. All entities considered as “numbers” (there are some rules for “is a number”) - as linear graphs.
  3. All other entities - as horizontal timeline.

There are standard settings to customize more-info look per-entity.