What is the correct settings for showing yearly data? #885
henriknordgren
started this conversation in
General
Replies: 0 comments
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.
I have gotten daily (by hour) and monthly (by day) to work. But when I want to show a donut pie diagram by year, I fail. The calculations for total seem all wrong, as well as the graph itself.
The documentation is not clear, but I assume I should use days as the unit of setting things up. I have set it up like this:
I assume everything is set up according to the documentation. My only concern is the entities and statistics. Since year is not supported for period, I have to set month instead. But how does it know which months to calculate? I assume it uses graph_span, start and offset to figure that out? Or am I mistaken?
regards
Henrik
All reactions