yimingpeng commented on code in PR #55291:
URL: https://github.com/apache/airflow/pull/55291#discussion_r2328480199


##########
airflow-core/src/airflow/ui/src/layouts/Details/Gantt/Gantt.tsx:
##########
@@ -185,9 +187,9 @@ export const Gantt = ({ limit }: Props) => {
           minBarLength: MIN_BAR_WIDTH,
         },
       ],
-      labels: [],
+      labels: chartLabels,

Review Comment:
   agree, I was thinking to get the labels specifically memoized would be 
performant but could be trivial, thanks and making the updates now.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to