Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emissions chart shows unexpectedly low values #262

Open
simonhac opened this issue Sep 15, 2024 · 0 comments
Open

Emissions chart shows unexpectedly low values #262

simonhac opened this issue Sep 15, 2024 · 0 comments
Assignees

Comments

@simonhac
Copy link

note that the first bar of the emissions chart is very low:

i suspect this is because we're part way through the 30 minute aggregation period so we're seeing a partial period and we're just summing the emissions in that period, while we're averaging the power readings for power.

(i don't know why the last period is now very low… i suspect we are dropping it.)

proposed solution is to adjust the value so that it is sum(emissions) / count(emissions) * 6 instead of sum(emissions), and use the hatch pattern to show an incomplete period.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants