RoyLee1224 commented on issue #54786: URL: https://github.com/apache/airflow/issues/54786#issuecomment-3218828802
Hi @Thanush-03, sure! Here's the main file you'll be working on: [airflow-core/src/airflow/ui/src/components/DurationChart.tsx](https://github.com/apache/airflow/blob/main/airflow-core/src/airflow/ui/src/components/DurationChart.tsx) - Rework the labels: You can change `X-Axis`(e.g., from "YYYY-MM-DD, hh:mm:ss" to "MMM DD, HH:mm"). - Remove animation during auto refresh: You can check Chart.js documentation for animation setting. Hope this helps you get started! -- 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]
