This is an automated email from the ASF dual-hosted git repository.
choo121600 pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new 973bc2c95f9 [v3-1-test] fix(ui): avoid gantt annotation error during
resize (#60877) (#61211)
973bc2c95f9 is described below
commit 973bc2c95f9adef8c596aa8705c9e3685b106495
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 29 23:25:05 2026 +0900
[v3-1-test] fix(ui): avoid gantt annotation error during resize (#60877)
(#61211)
* fix(ui): avoid chart annotation left error by removing resizeDelay
* fix(ui): keep resizeDelay and set annotation clip false in gantt
* fix(ui): adjust annotation clip false position per prek formatting
(cherry picked from commit 122146f6dcb757789187c771ec23de021097e862)
Co-authored-by: yuseok89 <[email protected]>
---
airflow-core/src/airflow/ui/src/layouts/Details/Gantt/utils.ts | 1 +
1 file changed, 1 insertion(+)
diff --git a/airflow-core/src/airflow/ui/src/layouts/Details/Gantt/utils.ts
b/airflow-core/src/airflow/ui/src/layouts/Details/Gantt/utils.ts
index 87757a7fcf9..9741654e8d0 100644
--- a/airflow-core/src/airflow/ui/src/layouts/Details/Gantt/utils.ts
+++ b/airflow-core/src/airflow/ui/src/layouts/Details/Gantt/utils.ts
@@ -198,6 +198,7 @@ export const createChartOptions = ({
},
]),
],
+ clip: false,
},
legend: {
display: false,