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

Unable to see data from previous month #689

Open
cooltings opened this issue Apr 10, 2024 · 0 comments
Open

Unable to see data from previous month #689

cooltings opened this issue Apr 10, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@cooltings
Copy link

Checklist

  • [X ] I updated the card to the latest version available
  • [X ] I cleared the cache of my browser
  • [X ] I verified that I'm really running the lastest version in my browser console
  • [X ] I checked if there is another issue opened with the same problem

Describe the bug
A clear and concise description of what the bug is.

Using the offset option within span I seem to be unable to go back over month boundaries. I can't see data from 31st of March in April.

Version of the card
Version: 2.0.4

To Reproduce
This is the configuration I used:

type: custom:apexcharts-card
stacked: true
span:
  end: day
  offset: '-10days'
header:
  show: true
  title: ApexCharts-Card
  show_states: true
  colorize_states: true
series:
  - entity: sensor.vue_2_0_123_1min
    type: column
    group_by:
      func: avg
      duration: 120min
    color: lightblue

Screenshots
If applicable, add screenshots to help explain your problem.
Can't go to 31st March despite it being viewable in history integration:

Expected behavior
A clear and concise description of what you expected to happen.

Desktop (please complete the following information):

  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]
    Chrome 123
    Smartphone (please complete the following information):
  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@cooltings cooltings added the bug Something isn't working label Apr 10, 2024
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