diff --git a/.last-branch b/.last-branch index 4222668..1bc53e5 100644 --- a/.last-branch +++ b/.last-branch @@ -1 +1 @@ -v20260104-16-reports-html-trend-size-match +v20260104-17-reports-html-trend-match-status-size diff --git a/containers/backupchecks/src/backend/app/main/routes_reporting_api.py b/containers/backupchecks/src/backend/app/main/routes_reporting_api.py index 4be6f98..749e993 100644 --- a/containers/backupchecks/src/backend/app/main/routes_reporting_api.py +++ b/containers/backupchecks/src/backend/app/main/routes_reporting_api.py @@ -1675,8 +1675,8 @@ def _export_html_response(report: ReportDefinition, report_id: int, view: str): -
-
+
+
Success rate trend
@@ -1687,7 +1687,7 @@ def _export_html_response(report: ReportDefinition, report_id: int, view: str):
-
+
Status distribution
diff --git a/docs/changelog.md b/docs/changelog.md index a3f2713..dc024df 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -321,6 +321,14 @@ - Adjusted the HTML report layout so the **Success rate trend** chart has the same size as the **Status distribution** chart. - Both charts now use an equal column width and consistent canvas height to prevent visual layout gaps. +--- + +## v20260104-17-reports-html-trend-match-status-size + +- Restored the original size of the **Status distribution** chart. +- Adjusted the **Success rate trend** chart to match the exact size of the Status distribution chart. +- Aligned both charts to use the same column width and fixed canvas height to ensure a consistent layout without gaps. + ================================================================================================================================================ ## v0.1.15