Skip to content

CustomChart widget - time range fix#6843

Merged
gizmocuz merged 1 commit into
domoticz:developmentfrom
bblaszkiewicz:patch-2
Jun 7, 2026
Merged

CustomChart widget - time range fix#6843
gizmocuz merged 1 commit into
domoticz:developmentfrom
bblaszkiewicz:patch-2

Conversation

@bblaszkiewicz

Copy link
Copy Markdown
Contributor

When selecting Time range: Last 24h, the CustomChart widget was showing data for the last 7 days. This change fixes this issue.

@gizmocuz

gizmocuz commented Jun 7, 2026

Copy link
Copy Markdown
Contributor

Thank you for the fix! Confirmed the root cause: the graph API returns the full short-log window with no date filter, and the CustomChart widget was missing the client-side xAxis.min/max windowing that the other chart widgets (e.g. ddTemperatureGraph) apply. Your change follows the established pattern. Merging.

@gizmocuz gizmocuz merged commit d2103c1 into domoticz:development Jun 7, 2026
2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants