Skip to content

Commit 122146f

Browse files
authored
fix(ui): avoid gantt annotation error during resize (#60877)
* 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
1 parent 0e920ae commit 122146f

File tree

1 file changed

+1
-0
lines changed
  • airflow-core/src/airflow/ui/src/layouts/Details/Gantt

1 file changed

+1
-0
lines changed

airflow-core/src/airflow/ui/src/layouts/Details/Gantt/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ export const createChartOptions = ({
198198
},
199199
]),
200200
],
201+
clip: false,
201202
},
202203
legend: {
203204
display: false,

0 commit comments

Comments
 (0)