You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I updated the card to the latest version available
I cleared the cache of my browser
I verified that I'm really running the lastest version in my browser console
I checked if there is another issue opened with the same problem
Describe the bug
The combination of the series option "time_delta: +30min" and "show->extremas: true" results in an wrong position of the extrema points and labels.
## [2.1.0](v2.0.4...v2.1.0) (2024-07-09)
### Features
* Add change type for statistics ([#555](#555)) ([608fbe5](608fbe5)), closes [#552](#552)
* **locales:** Support for new locales ([2fca527](2fca527))
* **series:** Direct support for dashed lines ([29aad77](29aad77)), closes [#413](#413)
* **series:** hide specific serie in legend with `in_legend: false` ([12cb893](12cb893)), closes [#74](#74)
* **series:** support for `monotoneCubic` curves ([998cb99](998cb99))
* **series:** Support for stack group of columns ([2935b4e](2935b4e)), closes [#673](#673) [#550](#550)
* **statistics:** add weekly statistics period ([#680](#680)) ([e923126](e923126))
* support for server time ([55c8f97](55c8f97)), closes [#709](#709) [#579](#579)
### Bug Fixes
* `extremas` with `time_delta` would generate wrong results ([f7ab3e8](f7ab3e8)), closes [#713](#713)
* display was wrong when using server time + serie offset ([84357f9](84357f9)), closes [#579](#579)
* **series:** fix `in_legend` for apexcharts.js v3.50.0 ([221b0a5](221b0a5))
Checklist
Describe the bug
The combination of the series option "time_delta: +30min" and "show->extremas: true" results in an wrong position of the extrema points and labels.
Version of the card
Version: 2.0.4
To Reproduce
This is the configuration I used:
Screenshots
Expected behavior
The x position of the two extrema points should be also shifted by time_delta.
Desktop (please complete the following information):
Additional context
If I use the series option "show->datalabels: true", the time_delta is considered.
The text was updated successfully, but these errors were encountered: