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

[BUG] xAxis: Date mismatch in combined charts #181

Open
Daveiano opened this issue Jul 7, 2023 · 0 comments
Open

[BUG] xAxis: Date mismatch in combined charts #181

Daveiano opened this issue Jul 7, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Daveiano
Copy link
Owner

Daveiano commented Jul 7, 2023

A mismatching of the date on the xAxis can be noticed when using the cumulative aggregation:

gh-181-01

gh-181-2

weewx-wdc-181-3

To investigate

return {
  x: item[0],
  y: item[2],
  start: item[0],
  end: item[1],
};
@Daveiano Daveiano added the bug Something isn't working label Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant