kalkih / mini-graph-card

Minimalistic graph card for Home Assistant Lovelace UI
MIT License
3.07k stars 238 forks source link

FR: allow per-entity smoothing #1140

Closed garyo closed 2 months ago

garyo commented 2 months ago

I would love to replace my ApexCharts cards (which are slow to refresh, though super flexible) with mini-graph-cards. Here's a sample of my main ApexCharts card: instantaneous power use, overlaid with smoothed one hour moving average:

image

If I could set smoothing and points_per_hour independently per entity (i.e. per line in the graph), I could probably get close to this.

ildar170975 commented 2 months ago

Duplicate of https://github.com/kalkih/mini-graph-card/issues/1039 (smoothing), https://github.com/kalkih/mini-graph-card/issues/713 (points_per_hour)