Replies: 2 comments
-
There's unfortunately no year period for statistics. See here In the meanwhile, I think you could achieve the same by: - entity: ...
filters:
- resample: 1y # this will leave only the datapoint at the beginning of each year
- derivate: y # this you had already
offset: -1y # this will move everything to the left by 1 year, so that that each year shows the value for that year and not the previous one |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok, thx, I hoped to do it like the Static Card I'll drop a request grtz Martin |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to make a barchart chart for ANNUAL gas consumption, like this:
For my monthly overview I use:
I tried the following for an overview per year, but this is unfortunately not possible :-(
Is there a way to get a result per year?
grtz Martin
Beta Was this translation helpful? Give feedback.
All reactions