hwooson12 opened a new issue #19955: URL: https://github.com/apache/airflow/issues/19955
### Description It would be great if the date and time format of x-axis in Landing Times is `%d %b %Y, %H:%M` instead of `%d %b %Y` to see `execution_date` of task instances. ### Use case/motivation For x-axis of all line chart using `nvd3.lineChart`, the date and time format has only date without time because its format is `%d %b %Y` by default when `x_is_date` is `True`. From what I have seen in version 1.7, the date and time format was like `%d %b %Y, %H:M`. It has been changed as HighCharts was no longer used since version 1.8. It is simple to fix by injecting `x_axis_format="%d %b %Y, %H:%M"` where every `nvd3.lineChart` class is initialized. ### Related issues _No response_ ### Are you willing to submit a PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
